#048734

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

Shades of Dark Spring Green #048734

Tints of Dark Spring Green #048734

Color information

#048734 (or 0x048734) is unknown color: approx Dark Spring Green. HEX triplet: 04, 87 and 34. RGB value is (4,135,52). Sum of RGB (Red+Green+Blue) = 4+135+52=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 135 (53.12% from 255 or 70.68% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 135 - color contains mainly: green. Hex color #048734 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048734 is #FB78CB. Grayscale: #565656. Windows color (decimal): -16480460 or 3442436. OLE color: 3442436.

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

Color convert

RGB413552-
CMYK0.9700.610.47
HSL141.98º94.24%27.25%-
HSV(B)141.98º97.04%52.94%-
XYZ9.3317.66.15-
YUV86.37108.669.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 135 (53.12% from 255) = 70.68%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=2.09%
G=70.68%
B=27.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4135520.9700.610.47141.9894.2427.25
Hex487346103D2F8e5e1b
Octal4207641410755721613633
Binary100100001111101001100001011110110111110001110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048734; }

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

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

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

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

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

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

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

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