#065237

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

Shades of County Green #065237

Tints of County Green #065237

Color information

#065237 (or 0x065237) is unknown color: approx County Green. HEX triplet: 06, 52 and 37. RGB value is (6,82,55). Sum of RGB (Red+Green+Blue) = 6+82+55=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #065237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065237 is #F9ADC8. Grayscale: #383838. Windows color (decimal): -16362953 or 3625478. OLE color: 3625478.

HSL color Cylindrical-coordinate representation of color #065237: hue angle of 158.68º 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 #065237 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB68255-
CMYK0.9300.330.68
HSL158.68º86.36%17.25%-
HSV(B)158.68º92.68%32.16%-
XYZ3.786.354.64-
YUV56.2127.3292.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=4.20%
G=57.34%
B=38.46%

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
Decimal682550.9300.330.68158.6886.3617.25
Hex652375D021449f5611
Octal61226713504110423712621
Binary110101001011011110111010100001100010010011111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065237; }

 p { color: rgb(6,82,55); }

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

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

 a { background-color: rgb(6,82,55); }

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

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

 span { border-color: rgb(6,82,55); }

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