#0C5537

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

Shades of County Green #0C5537

Tints of County Green #0C5537

Color information

#0C5537 (or 0x0C5537) is unknown color: approx County Green. HEX triplet: 0C, 55 and 37. RGB value is (12,85,55). Sum of RGB (Red+Green+Blue) = 12+85+55=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5537 is #F3AAC8. Grayscale: #3B3B3B. Windows color (decimal): -15968969 or 3626252. OLE color: 3626252.

HSL color Cylindrical-coordinate representation of color #0C5537: hue angle of 155.34º 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 #0C5537 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB128555-
CMYK0.8600.350.67
HSL155.34º75.26%19.02%-
HSV(B)155.34º85.88%33.33%-
XYZ4.096.854.72-
YUV59.75125.3293.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.89%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 55 (21.88% from 255) = 36.18%
R=7.89%
G=55.92%
B=36.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285550.8600.350.67155.3475.2619.02
HexC553756023439b4b13
Octal141256712604310323311323
Binary1100101010111011110101100100011100001110011011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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