#005F35

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

Shades of Fun Green #005F35

Tints of Fun Green #005F35

Color information

#005F35 (or 0x005F35) is unknown color: approx Fun Green. HEX triplet: 00, 5F and 35. RGB value is (0,95,53). Sum of RGB (Red+Green+Blue) = 0+95+53=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 95 (37.5% from 255 or 64.19% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 95 - color contains mainly: green. Hex color #005F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005F35 is #FFA0CA. Grayscale: #3D3D3D. Windows color (decimal): -16752843 or 3497728. OLE color: 3497728.

HSL color Cylindrical-coordinate representation of color #005F35: hue angle of 153.47º 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 #005F35 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB09553-
CMYK100.440.63
HSL153.47º100%18.63%-
HSV(B)153.47º100%37.25%-
XYZ4.738.444.75-
YUV61.81123.0383.92-

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) = 64.19%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=0%
G=64.19%
B=35.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09553100.440.63153.4710018.63
Hex05F356402C3F996413
Octal0137651440547723114423
Binary010111111101011100100010110011111110011001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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