#0C4D32

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

Shades of County Green #0C4D32

Tints of County Green #0C4D32

Color information

#0C4D32 (or 0x0C4D32) is unknown color: approx County Green. HEX triplet: 0C, 4D and 32. RGB value is (12,77,50). Sum of RGB (Red+Green+Blue) = 12+77+50=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #0C4D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4D32 is #F3B2CD. Grayscale: #363636. Windows color (decimal): -15971022 or 3296524. OLE color: 3296524.

HSL color Cylindrical-coordinate representation of color #0C4D32: hue angle of 155.08º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4D32 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB127750-
CMYK0.8400.350.70
HSL155.08º73.03%17.45%-
HSV(B)155.08º84.42%30.2%-
XYZ3.385.623.92-
YUV54.49125.4797.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.63%
GREEN value IS 77 (30.47% from 255) = 55.40%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=8.63%
G=55.40%
B=35.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1277500.8400.350.70155.0873.0317.45
HexC4D3254023469b4911
Octal141156212404310623311121
Binary1100100110111001010101000100011100011010011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,77,50); }

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

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

 a { background-color: rgb(12,77,50); }

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

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

 span { border-color: rgb(12,77,50); }

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