#066132

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

Shades of Crusoe #066132

Tints of Crusoe #066132

Color information

#066132 (or 0x066132) is unknown color: approx Crusoe. HEX triplet: 06, 61 and 32. RGB value is (6,97,50). Sum of RGB (Red+Green+Blue) = 6+97+50=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #066132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066132 is #F99ECD. Grayscale: #404040. Windows color (decimal): -16359118 or 3301638. OLE color: 3301638.

HSL color Cylindrical-coordinate representation of color #066132: hue angle of 149.01º 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 #066132 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB69750-
CMYK0.9400.480.62
HSL149.01º88.35%20.2%-
HSV(B)149.01º93.81%38.04%-
XYZ4.938.824.46-
YUV64.43119.8586.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 97 (38.28% from 255) = 63.40%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=3.92%
G=63.40%
B=32.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697500.9400.480.62149.0188.3520.2
Hex661325E0303E955814
Octal6141621360607622513024
Binary11011000011100101011110011000011111010010101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066132; }

 p { color: rgb(6,97,50); }

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

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

 a { background-color: rgb(6,97,50); }

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

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

 span { border-color: rgb(6,97,50); }

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