#065136

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

Shades of County Green #065136

Tints of County Green #065136

Color information

#065136 (or 0x065136) is unknown color: approx County Green. HEX triplet: 06, 51 and 36. RGB value is (6,81,54). Sum of RGB (Red+Green+Blue) = 6+81+54=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #065136 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065136 is #F9AEC9. Grayscale: #373737. Windows color (decimal): -16363210 or 3559686. OLE color: 3559686.

HSL color Cylindrical-coordinate representation of color #065136: hue angle of 158.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065136 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB68154-
CMYK0.9300.330.68
HSL158.4º86.21%17.06%-
HSV(B)158.4º92.59%31.76%-
XYZ3.686.194.49-
YUV55.5127.1592.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=4.26%
G=57.45%
B=38.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681540.9300.330.68158.486.2117.06
Hex651365D021449e5611
Octal61216613504110423612621
Binary110101000111011010111010100001100010010011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065136; }

 p { color: rgb(6,81,54); }

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

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

 a { background-color: rgb(6,81,54); }

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

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

 span { border-color: rgb(6,81,54); }

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