#065B28

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

Shades of Crusoe #065B28

Tints of Crusoe #065B28

Color information

#065B28 (or 0x065B28) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 28. RGB value is (6,91,40). Sum of RGB (Red+Green+Blue) = 6+91+40=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #065B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B28 is #F9A4D7. Grayscale: #3B3B3B. Windows color (decimal): -16360664 or 2644742. OLE color: 2644742.

HSL color Cylindrical-coordinate representation of color #065B28: hue angle of 144º 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 #065B28 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB69140-
CMYK0.9300.560.64
HSL144º87.63%19.02%-
HSV(B)144º93.41%35.69%-
XYZ4.27.673.27-
YUV59.77116.8489.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 91 (35.94% from 255) = 66.42%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=4.38%
G=66.42%
B=29.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691400.9300.560.6414487.6319.02
Hex65B285D03840905813
Octal61335013507010022013023
Binary110101101110100010111010111000100000010010000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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