#065D18

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

Shades of Crusoe #065D18

Tints of Crusoe #065D18

Color information

#065D18 (or 0x065D18) is unknown color: approx Crusoe. HEX triplet: 06, 5D and 18. RGB value is (6,93,24). Sum of RGB (Red+Green+Blue) = 6+93+24=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #065D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065D18 is #F9A2E7. Grayscale: #3B3B3B. Windows color (decimal): -16360168 or 1596678. OLE color: 1596678.

HSL color Cylindrical-coordinate representation of color #065D18: hue angle of 132.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D18 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB69324-
CMYK0.9400.740.64
HSL132.41º87.88%19.41%-
HSV(B)132.41º93.55%36.47%-
XYZ4.157.932.18-
YUV59.12108.1890.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 93 (36.72% from 255) = 75.61%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=4.88%
G=75.61%
B=19.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693240.9400.740.64132.4187.8819.41
Hex65D185E04A40845813
Octal613530136011210020413023
Binary110101110111000101111001001010100000010000100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,93,24); }

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

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

 a { background-color: rgb(6,93,24); }

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

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

 span { border-color: rgb(6,93,24); }

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