#048832

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

Shades of Dark Spring Green #048832

Tints of Dark Spring Green #048832

Color information

#048832 (or 0x048832) is unknown color: approx Dark Spring Green. HEX triplet: 04, 88 and 32. RGB value is (4,136,50). Sum of RGB (Red+Green+Blue) = 4+136+50=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 136 (53.52% from 255 or 71.58% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 136 - color contains mainly: green. Hex color #048832 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048832 is #FB77CD. Grayscale: #565656. Windows color (decimal): -16480206 or 3311620. OLE color: 3311620.

HSL color Cylindrical-coordinate representation of color #048832: hue angle of 140.91º 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 #048832 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB413650-
CMYK0.9700.630.47
HSL140.91º94.29%27.45%-
HSV(B)140.91º97.06%53.33%-
XYZ9.4317.865.97-
YUV86.73107.2768.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 136 (53.52% from 255) = 71.58%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=2.11%
G=71.58%
B=26.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4136500.9700.630.47140.9194.2927.45
Hex488326103F2F8d5e1b
Octal4210621410775721513633
Binary100100010001100101100001011111110111110001101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048832; }

 p { color: rgb(4,136,50); }

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

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

 a { background-color: rgb(4,136,50); }

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

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

 span { border-color: rgb(4,136,50); }

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