#005F32

Color #005F32 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #005F32

Tints of Fun Green #005F32

Color information

#005F32 (or 0x005F32) is unknown color: approx Fun Green. HEX triplet: 00, 5F and 32. RGB value is (0,95,50). Sum of RGB (Red+Green+Blue) = 0+95+50=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #005F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005F32 is #FFA0CD. Grayscale: #3D3D3D. Windows color (decimal): -16752846 or 3301120. OLE color: 3301120.

HSL color Cylindrical-coordinate representation of color #005F32: hue angle of 151.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F32 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB09550-
CMYK100.470.63
HSL151.58º100%18.63%-
HSV(B)151.58º100%37.25%-
XYZ4.678.414.4-
YUV61.46121.5384.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 65.52%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=0%
G=65.52%
B=34.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09550100.470.63151.5810018.63
Hex05F326402F3F986413
Octal0137621440577723014423
Binary010111111100101100100010111111111110011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005F32; }

 p { color: rgb(0,95,50); }

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

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

 a { background-color: rgb(0,95,50); }

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

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

 span { border-color: rgb(0,95,50); }

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