#065337

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

Shades of County Green #065337

Tints of County Green #065337

Color information

#065337 (or 0x065337) is unknown color: approx County Green. HEX triplet: 06, 53 and 37. RGB value is (6,83,55). Sum of RGB (Red+Green+Blue) = 6+83+55=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #065337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065337 is #F9ACC8. Grayscale: #383838. Windows color (decimal): -16362697 or 3625734. OLE color: 3625734.

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

Color convert

RGB68355-
CMYK0.9300.340.67
HSL158.18º86.52%17.45%-
HSV(B)158.18º92.77%32.55%-
XYZ3.866.54.67-
YUV56.78126.9991.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=4.17%
G=57.64%
B=38.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683550.9300.340.67158.1886.5217.45
Hex653375D022439e5711
Octal61236713504210323612721
Binary110101001111011110111010100010100001110011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065337; }

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

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

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

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

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

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

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

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