Html Css Color HEX #166328 Crusoe

📋 copy color: '#166328'

red 22 ◦ green 99 ◦ blue 40

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

Shades of Crusoe #166328

Tints of Crusoe #166328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.49%

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 13.66%
G = 61.49%
B = 24.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#166328 (or 0x166328) is known color: Crusoe. HEX triplet: 16, 63 and 28. RGB value is (22,99,40). Sum of RGB (Red+Green+Blue) = 22+99+40=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #166328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166328 is #E99CD7. Grayscale: #454545. Windows color (decimal): -15310040 or 2646806. OLE color: 2646806.

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

Color convert

RGB 22 99 40 -
CMYK 0.78 0 0.60 0.61
HSL 134.03º 0.64% 0.24% -
HSV(B) 134.03º 0.78% 0.39% -
XYZ 5.18 9.25 3.52 -
YUV 69.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 22 99 40 0.78 0 0.60 0.61 134.03 0.64 0.24
Hex 16 63 28 4E 0 3C 3D 86 40 18
Octal 26 143 50 116 0 74 75 206 100 30
Binary 10110 1100011 101000 1001110 0 111100 111101 10000110 1000000 11000

Color Harmonies of #166328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166328

Black with #166328

Text Example


Text Example

White with #166328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166328; }

 p { color: rgb(22,99,40); }

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

background-color css

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

 a { background-color: rgb(22,99,40); }

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

border-color css

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

 span { border-color: rgb(22,99,40); }

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