Html Css Color HEX #166227 Crusoe

📋 copy color: '#166227'

red 22 ◦ green 98 ◦ blue 39

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

Shades of Crusoe #166227

Tints of Crusoe #166227

RGB

 RED value IS 22 (8.98% from 255) = 13.84%

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

 BLUE value IS 39 (15.63% from 255) = 24.53%

R = 13.84%
G = 61.64%
B = 24.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#166227 (or 0x166227) is known color: Crusoe. HEX triplet: 16, 62 and 27. RGB value is (22,98,39). Sum of RGB (Red+Green+Blue) = 22+98+39=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #166227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166227 is #E99DD8. Grayscale: #444444. Windows color (decimal): -15310297 or 2581014. OLE color: 2581014.

HSL color Cylindrical-coordinate representation of color #166227: hue angle of 133.42º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166227 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 98 39 -
CMYK 0.78 0 0.60 0.62
HSL 133.42º 0.63% 0.24% -
HSV(B) 133.42º 0.78% 0.38% -
XYZ 5.06 9.05 3.4 -
YUV 68.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 22 98 39 0.78 0 0.60 0.62 133.42 0.63 0.24
Hex 16 62 27 4E 0 3C 3E 85 3F 18
Octal 26 142 47 116 0 74 76 205 77 30
Binary 10110 1100010 100111 1001110 0 111100 111110 10000101 111111 11000

Color Harmonies of #166227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166227

Black with #166227

Text Example


Text Example

White with #166227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166227; }

 p { color: rgb(22,98,39); }

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

background-color css

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

 a { background-color: rgb(22,98,39); }

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

border-color css

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

 span { border-color: rgb(22,98,39); }

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