#066231

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

Shades of Crusoe #066231

Tints of Crusoe #066231

Color information

#066231 (or 0x066231) is unknown color: approx Crusoe. HEX triplet: 06, 62 and 31. RGB value is (6,98,49). Sum of RGB (Red+Green+Blue) = 6+98+49=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #066231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066231 is #F99DCE. Grayscale: #414141. Windows color (decimal): -16358863 or 3236358. OLE color: 3236358.

HSL color Cylindrical-coordinate representation of color #066231: hue angle of 148.04º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066231 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB69849-
CMYK0.9400.50.62
HSL148.04º88.46%20.39%-
HSV(B)148.04º93.88%38.43%-
XYZ594.38-
YUV64.91119.0285.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 98 (38.67% from 255) = 64.05%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=3.92%
G=64.05%
B=32.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698490.9400.50.62148.0488.4620.39
Hex662315E0323E945814
Octal6142611360627622413024
Binary11011000101100011011110011001011111010010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066231; }

 p { color: rgb(6,98,49); }

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

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

 a { background-color: rgb(6,98,49); }

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

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

 span { border-color: rgb(6,98,49); }

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