#066531

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

Shades of Crusoe #066531

Tints of Crusoe #066531

Color information

#066531 (or 0x066531) is unknown color: approx Crusoe. HEX triplet: 06, 65 and 31. RGB value is (6,101,49). Sum of RGB (Red+Green+Blue) = 6+101+49=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 101 (39.84% from 255 or 64.74% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 101 - color contains mainly: green. Hex color #066531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066531 is #F99ACE. Grayscale: #424242. Windows color (decimal): -16358095 or 3237126. OLE color: 3237126.

HSL color Cylindrical-coordinate representation of color #066531: hue angle of 147.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066531 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB610149-
CMYK0.9400.510.60
HSL147.16º88.79%20.98%-
HSV(B)147.16º94.06%39.61%-
XYZ5.289.574.47-
YUV66.67118.0384.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 101 (39.84% from 255) = 64.74%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=3.85%
G=64.74%
B=31.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101490.9400.510.60147.1688.7920.98
Hex665315E0333C935915
Octal6145611360637422313125
Binary11011001011100011011110011001111110010010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066531; }

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

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

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

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

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

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

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

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