#065E28

Color #065E28 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #065E28

Tints of Crusoe #065E28

Color information

#065E28 (or 0x065E28) is unknown color: approx Crusoe. HEX triplet: 06, 5E and 28. RGB value is (6,94,40). Sum of RGB (Red+Green+Blue) = 6+94+40=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 94 (37.11% from 255 or 67.14% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 94 - color contains mainly: green. Hex color #065E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065E28 is #F9A1D7. Grayscale: #3D3D3D. Windows color (decimal): -16359896 or 2645510. OLE color: 2645510.

HSL color Cylindrical-coordinate representation of color #065E28: hue angle of 143.18º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E28 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB69440-
CMYK0.9400.570.63
HSL143.18º88%19.61%-
HSV(B)143.18º93.62%36.86%-
XYZ4.468.23.35-
YUV61.53115.8588.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 94 (37.11% from 255) = 67.14%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=4.29%
G=67.14%
B=28.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal694400.9400.570.63143.188819.61
Hex65E285E0393F8f5814
Octal6136501360717721713024
Binary11010111101010001011110011100111111110001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065E28; }

 p { color: rgb(6,94,40); }

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

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

 a { background-color: rgb(6,94,40); }

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

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

 span { border-color: rgb(6,94,40); }

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