#065930

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

Shades of Crusoe #065930

Tints of Crusoe #065930

Color information

#065930 (or 0x065930) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 30. RGB value is (6,89,48). Sum of RGB (Red+Green+Blue) = 6+89+48=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #065930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065930 is #F9A6CF. Grayscale: #3B3B3B. Windows color (decimal): -16361168 or 3168518. OLE color: 3168518.

HSL color Cylindrical-coordinate representation of color #065930: hue angle of 150.36º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065930 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB68948-
CMYK0.9300.460.65
HSL150.36º87.37%18.63%-
HSV(B)150.36º93.26%34.9%-
XYZ4.187.44-
YUV59.51121.589.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 89 (35.16% from 255) = 62.24%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=4.20%
G=62.24%
B=33.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689480.9300.460.65150.3687.3718.63
Hex659305D02E41965713
Octal61316013505610122612723
Binary110101100111000010111010101110100000110010110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065930; }

 p { color: rgb(6,89,48); }

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

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

 a { background-color: rgb(6,89,48); }

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

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

 span { border-color: rgb(6,89,48); }

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