#0C5B37

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

Shades of Fun Green #0C5B37

Tints of Fun Green #0C5B37

Color information

#0C5B37 (or 0x0C5B37) is unknown color: approx Fun Green. HEX triplet: 0C, 5B and 37. RGB value is (12,91,55). Sum of RGB (Red+Green+Blue) = 12+91+55=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #0C5B37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5B37 is #F3A4C8. Grayscale: #3F3F3F. Windows color (decimal): -15967433 or 3627788. OLE color: 3627788.

HSL color Cylindrical-coordinate representation of color #0C5B37: hue angle of 152.66º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5B37 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB129155-
CMYK0.8700.400.64
HSL152.66º76.7%20.2%-
HSV(B)152.66º86.81%35.69%-
XYZ4.587.844.89-
YUV63.28123.3391.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.59%
GREEN value IS 91 (35.94% from 255) = 57.59%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=7.59%
G=57.59%
B=34.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1291550.8700.400.64152.6676.720.2
HexC5B375702840994d14
Octal141336712705010023111524
Binary1100101101111011110101110101000100000010011001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5B37; }

 p { color: rgb(12,91,55); }

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

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

 a { background-color: rgb(12,91,55); }

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

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

 span { border-color: rgb(12,91,55); }

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