#065138

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

Shades of Sherwood Green #065138

Tints of Sherwood Green #065138

Color information

#065138 (or 0x065138) is unknown color: approx Sherwood Green. HEX triplet: 06, 51 and 38. RGB value is (6,81,56). Sum of RGB (Red+Green+Blue) = 6+81+56=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #065138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065138 is #F9AEC7. Grayscale: #373737. Windows color (decimal): -16363208 or 3690758. OLE color: 3690758.

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

Color convert

RGB68156-
CMYK0.9300.310.68
HSL160º86.21%17.06%-
HSV(B)160º92.59%31.76%-
XYZ3.736.214.74-
YUV55.72128.1592.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 81 (32.03% from 255) = 56.64%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=4.20%
G=56.64%
B=39.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681560.9300.310.6816086.2117.06
Hex651385D01F44a05611
Octal61217013503710424012621
Binary11010100011110001011101011111100010010100000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065138; }

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

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

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

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

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

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

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

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