Html Css Color HEX #066224 Crusoe

📋 copy color: '#066224'

red 6 ◦ green 98 ◦ blue 36

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

Shades of Crusoe #066224

Tints of Crusoe #066224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 70%

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 4.29%
G = 70%
B = 25.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#066224 (or 0x066224) is known color: Crusoe. HEX triplet: 06, 62 and 24. RGB value is (6,98,36). Sum of RGB (Red+Green+Blue) = 6+98+36=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 98 (38.67% from 255 or 70% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 98 - color contains mainly: green. Hex color #066224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066224 is #F99DDB. Grayscale: #3F3F3F. Windows color (decimal): -16358876 or 2384390. OLE color: 2384390.

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

Color convert

RGB 6 98 36 -
CMYK 0.94 0 0.63 0.62
HSL 139.57º 0.88% 0.2% -
HSV(B) 139.57º 0.94% 0.38% -
XYZ 4.76 8.9 3.14 -
YUV 63.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 6 98 36 0.94 0 0.63 0.62 139.57 0.88 0.2
Hex 6 62 24 5E 0 3F 3E 8C 58 14
Octal 6 142 44 136 0 77 76 214 130 24
Binary 110 1100010 100100 1011110 0 111111 111110 10001100 1011000 10100

Color Harmonies of #066224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066224

Black with #066224

Text Example


Text Example

White with #066224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066224; }

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

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

background-color css

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

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

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

border-color css

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

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

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