#065F30

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

Shades of Crusoe #065F30

Tints of Crusoe #065F30

Color information

#065F30 (or 0x065F30) is unknown color: approx Crusoe. HEX triplet: 06, 5F and 30. RGB value is (6,95,48). Sum of RGB (Red+Green+Blue) = 6+95+48=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 95 (37.5% from 255 or 63.76% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 95 - color contains mainly: green. Hex color #065F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065F30 is #F9A0CF. Grayscale: #3F3F3F. Windows color (decimal): -16359632 or 3170054. OLE color: 3170054.

HSL color Cylindrical-coordinate representation of color #065F30: hue angle of 148.31º 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 #065F30 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB69548-
CMYK0.9400.490.63
HSL148.31º88.12%19.8%-
HSV(B)148.31º93.68%37.25%-
XYZ4.78.444.18-
YUV63.03119.5187.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 95 (37.5% from 255) = 63.76%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=4.03%
G=63.76%
B=32.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal695480.9400.490.63148.3188.1219.8
Hex65F305E0313F945814
Octal6137601360617722413024
Binary11010111111100001011110011000111111110010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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