#0C5332

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

Shades of County Green #0C5332

Tints of County Green #0C5332

Color information

#0C5332 (or 0x0C5332) is unknown color: approx County Green. HEX triplet: 0C, 53 and 32. RGB value is (12,83,50). Sum of RGB (Red+Green+Blue) = 12+83+50=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5332 is #F3ACCD. Grayscale: #3A3A3A. Windows color (decimal): -15969486 or 3298060. OLE color: 3298060.

HSL color Cylindrical-coordinate representation of color #0C5332: hue angle of 152.11º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5332 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB128350-
CMYK0.8600.400.67
HSL152.11º74.74%18.63%-
HSV(B)152.11º85.54%32.55%-
XYZ3.826.494.07-
YUV58.01123.4895.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.28%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=8.28%
G=57.24%
B=34.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1283500.8600.400.67152.1174.7418.63
HexC53325602843984b13
Octal141236212605010323011323
Binary1100101001111001010101100101000100001110011000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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