Html Css Color HEX #166330 Crusoe

📋 copy color: '#166330'

red 22 ◦ green 99 ◦ blue 48

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

Shades of Crusoe #166330

Tints of Crusoe #166330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 13.02%
G = 58.58%
B = 28.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#166330 (or 0x166330) is known color: Crusoe. HEX triplet: 16, 63 and 30. RGB value is (22,99,48). Sum of RGB (Red+Green+Blue) = 22+99+48=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #166330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166330 is #E99CCF. Grayscale: #464646. Windows color (decimal): -15310032 or 3171094. OLE color: 3171094.

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

Color convert

RGB 22 99 48 -
CMYK 0.78 0 0.52 0.61
HSL 140.26º 0.64% 0.24% -
HSV(B) 140.26º 0.78% 0.39% -
XYZ 5.33 9.31 4.31 -
YUV 70.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 22 99 48 0.78 0 0.52 0.61 140.26 0.64 0.24
Hex 16 63 30 4E 0 34 3D 8C 40 18
Octal 26 143 60 116 0 64 75 214 100 30
Binary 10110 1100011 110000 1001110 0 110100 111101 10001100 1000000 11000

Color Harmonies of #166330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166330

Black with #166330

Text Example


Text Example

White with #166330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166330; }

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

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

background-color css

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

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

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

border-color css

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

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

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