#065B24

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

Shades of Crusoe #065B24

Tints of Crusoe #065B24

Color information

#065B24 (or 0x065B24) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 24. RGB value is (6,91,36). Sum of RGB (Red+Green+Blue) = 6+91+36=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #065B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B24 is #F9A4DB. Grayscale: #3B3B3B. Windows color (decimal): -16360668 or 2382598. OLE color: 2382598.

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

Color convert

RGB69136-
CMYK0.9300.600.64
HSL141.18º87.63%19.02%-
HSV(B)141.18º93.41%35.69%-
XYZ4.137.652.93-
YUV59.31114.8489.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 91 (35.94% from 255) = 68.42%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=4.51%
G=68.42%
B=27.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691360.9300.600.64141.1887.6319.02
Hex65B245D03C408d5813
Octal61334413507410021513023
Binary110101101110010010111010111100100000010001101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,91,36); }

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

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

 a { background-color: rgb(6,91,36); }

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

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

 span { border-color: rgb(6,91,36); }

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