#0C6236

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

Shades of Fun Green #0C6236

Tints of Fun Green #0C6236

Color information

#0C6236 (or 0x0C6236) is unknown color: approx Fun Green. HEX triplet: 0C, 62 and 36. RGB value is (12,98,54). Sum of RGB (Red+Green+Blue) = 12+98+54=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6236 is #F39DC9. Grayscale: #434343. Windows color (decimal): -15965642 or 3564044. OLE color: 3564044.

HSL color Cylindrical-coordinate representation of color #0C6236: hue angle of 149.3º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6236 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB129854-
CMYK0.8800.450.62
HSL149.3º78.18%21.57%-
HSV(B)149.3º87.76%38.43%-
XYZ5.199.084.97-
YUV67.27120.5188.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.32%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=7.32%
G=59.76%
B=32.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1298540.8800.450.62149.378.1821.57
HexC62365802D3E954e16
Octal14142661300557622511626
Binary110011000101101101011000010110111111010010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,98,54); }

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

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

 a { background-color: rgb(12,98,54); }

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

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

 span { border-color: rgb(12,98,54); }

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