#065338

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

Shades of County Green #065338

Tints of County Green #065338

Color information

#065338 (or 0x065338) is unknown color: approx County Green. HEX triplet: 06, 53 and 38. RGB value is (6,83,56). Sum of RGB (Red+Green+Blue) = 6+83+56=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #065338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065338 is #F9ACC7. Grayscale: #383838. Windows color (decimal): -16362696 or 3691270. OLE color: 3691270.

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

Color convert

RGB68356-
CMYK0.9300.330.67
HSL158.96º86.52%17.45%-
HSV(B)158.96º92.77%32.55%-
XYZ3.886.514.79-
YUV56.9127.4991.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=4.14%
G=57.24%
B=38.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683560.9300.330.67158.9686.5217.45
Hex653385D021439f5711
Octal61237013504110323712721
Binary110101001111100010111010100001100001110011111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065338; }

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

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

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

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

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

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

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

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