Html Css Color HEX #066226 Crusoe

📋 copy color: '#066226'

red 6 ◦ green 98 ◦ blue 38

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

Shades of Crusoe #066226

Tints of Crusoe #066226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.76%

R = 4.23%
G = 69.01%
B = 26.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#066226 (or 0x066226) is known color: Crusoe. HEX triplet: 06, 62 and 26. RGB value is (6,98,38). Sum of RGB (Red+Green+Blue) = 6+98+38=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 98 (38.67% from 255 or 69.01% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 98 - color contains mainly: green. Hex color #066226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066226 is #F99DD9. Grayscale: #3F3F3F. Windows color (decimal): -16358874 or 2515462. OLE color: 2515462.

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

Color convert

RGB 6 98 38 -
CMYK 0.94 0 0.61 0.62
HSL 140.87º 0.88% 0.2% -
HSV(B) 140.87º 0.94% 0.38% -
XYZ 4.79 8.91 3.3 -
YUV 63.65 113.52 86.88 -
System Red Green Blue C M Y K H S L
Decimal 6 98 38 0.94 0 0.61 0.62 140.87 0.88 0.2
Hex 6 62 26 5E 0 3D 3E 8D 58 14
Octal 6 142 46 136 0 75 76 215 130 24
Binary 110 1100010 100110 1011110 0 111101 111110 10001101 1011000 10100

Color Harmonies of #066226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066226

Black with #066226

Text Example


Text Example

White with #066226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066226; }

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

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

background-color css

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

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

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

border-color css

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

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

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