Html Css Color HEX #066032 Crusoe

📋 copy color: '#066032'

red 6 ◦ green 96 ◦ blue 50

#066032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #066032

Tints of Crusoe #066032

RGB

 RED value IS 6 (2.73% from 255) = 3.95%

 GREEN value IS 96 (37.89% from 255) = 63.16%

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 3.95%
G = 63.16%
B = 32.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#066032 (or 0x066032) is known color: Crusoe. HEX triplet: 06, 60 and 32. RGB value is (6,96,50). Sum of RGB (Red+Green+Blue) = 6+96+50=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #066032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066032 is #F99FCD. Grayscale: #3F3F3F. Windows color (decimal): -16359374 or 3301382. OLE color: 3301382.

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

Color convert

RGB 6 96 50 -
CMYK 0.94 0 0.48 0.62
HSL 149.33º 0.88% 0.2% -
HSV(B) 149.33º 0.94% 0.38% -
XYZ 4.83 8.63 4.43 -
YUV 63.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 6 96 50 0.94 0 0.48 0.62 149.33 0.88 0.2
Hex 6 60 32 5E 0 30 3E 95 58 14
Octal 6 140 62 136 0 60 76 225 130 24
Binary 110 1100000 110010 1011110 0 110000 111110 10010101 1011000 10100

Color Harmonies of #066032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066032

Black with #066032

Text Example


Text Example

White with #066032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066032; }

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

 H1.HeaderClassName
 {
   color: #066032;
 }
 .AnyTagClassName
 {
   color: #066032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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