#048534

Color #048534 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #048534

Tints of Dark Spring Green #048534

Color information

#048534 (or 0x048534) is unknown color: approx Dark Spring Green. HEX triplet: 04, 85 and 34. RGB value is (4,133,52). Sum of RGB (Red+Green+Blue) = 4+133+52=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #048534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048534 is #FB7ACB. Grayscale: #555555. Windows color (decimal): -16480972 or 3441924. OLE color: 3441924.

HSL color Cylindrical-coordinate representation of color #048534: hue angle of 142.33º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048534 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB413352-
CMYK0.9700.610.48
HSL142.33º94.16%26.86%-
HSV(B)142.33º96.99%52.16%-
XYZ9.0617.056.06-
YUV85.2109.2670.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 133 (52.34% from 255) = 70.37%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=2.12%
G=70.37%
B=27.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4133520.9700.610.48142.3394.1626.86
Hex485346103D308e5e1b
Octal4205641410756021613633
Binary100100001011101001100001011110111000010001110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048534; }

 p { color: rgb(4,133,52); }

 H1.HeaderClassName
 {
   color: #048534;
 }
 .AnyTagClassName
 {
   color: #048534;
 }
</style>
background-color css

<style>
 a { background-color: #048534; }

 a { background-color: rgb(4,133,52); }

 div.DivClassName
 {
   background-color: #048534;
 }
 .BgClassName
 {
   background-color: #048534;
 }
</style>
border-color css

<style>
 span { border-color: #048534; }

 span { border-color: rgb(4,133,52); }

 td.TdClassName
 {
   border-color: #048534;
 }
 .TagClassName
 {
   border-color: #048534;
 }
</style>