#048632

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

Shades of Dark Spring Green #048632

Tints of Dark Spring Green #048632

Color information

#048632 (or 0x048632) is unknown color: approx Dark Spring Green. HEX triplet: 04, 86 and 32. RGB value is (4,134,50). Sum of RGB (Red+Green+Blue) = 4+134+50=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 134 (52.73% from 255 or 71.28% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 134 - color contains mainly: green. Hex color #048632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048632 is #FB79CD. Grayscale: #555555. Windows color (decimal): -16480718 or 3311108. OLE color: 3311108.

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

Color convert

RGB413450-
CMYK0.9700.630.47
HSL141.23º94.2%27.06%-
HSV(B)141.23º97.01%52.55%-
XYZ9.1517.315.88-
YUV85.55107.9369.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 134 (52.73% from 255) = 71.28%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=2.13%
G=71.28%
B=26.60%

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
Decimal4134500.9700.630.47141.2394.227.06
Hex486326103F2F8d5e1b
Octal4206621410775721513633
Binary100100001101100101100001011111110111110001101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048632; }

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

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

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

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

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

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

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

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