Html Css Color HEX #0C5C37 Fun Green

📋 copy color: '#0C5C37'

red 12 ◦ green 92 ◦ blue 55

#0C5C37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #0C5C37

Tints of Fun Green #0C5C37

RGB

 RED value IS 12 (5.08% from 255) = 7.55%

 GREEN value IS 92 (36.33% from 255) = 57.86%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 7.55%
G = 57.86%
B = 34.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#0C5C37 (or 0x0C5C37) is known color: Fun Green. HEX triplet: 0C, 5C and 37. RGB value is (12,92,55). Sum of RGB (Red+Green+Blue) = 12+92+55=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #0C5C37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5C37 is #F3A3C8. Grayscale: #3F3F3F. Windows color (decimal): -15967177 or 3628044. OLE color: 3628044.

HSL color Cylindrical-coordinate representation of color #0C5C37: hue angle of 152.25º 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 #0C5C37 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 92 55 -
CMYK 0.87 0 0.40 0.64
HSL 152.25º 0.77% 0.2% -
HSV(B) 152.25º 0.87% 0.36% -
XYZ 4.67 8.01 4.91 -
YUV 63.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 12 92 55 0.87 0 0.40 0.64 152.25 0.77 0.2
Hex C 5C 37 57 0 28 40 98 4D 14
Octal 14 134 67 127 0 50 100 230 115 24
Binary 1100 1011100 110111 1010111 0 101000 1000000 10011000 1001101 10100

Color Harmonies of #0C5C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5C37

Black with #0C5C37

Text Example


Text Example

White with #0C5C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C5C37;
 }
 .AnyTagClassName
 {
   color: #0C5C37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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