Html Css Color HEX #116421 Crusoe

📋 copy color: '#116421'

red 17 ◦ green 100 ◦ blue 33

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

Shades of Crusoe #116421

Tints of Crusoe #116421

RGB

 RED value IS 17 (7.03% from 255) = 11.33%

 GREEN value IS 100 (39.45% from 255) = 66.67%

 BLUE value IS 33 (13.28% from 255) = 22%

R = 11.33%
G = 66.67%
B = 22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#116421 (or 0x116421) is known color: Crusoe. HEX triplet: 11, 64 and 21. RGB value is (17,100,33). Sum of RGB (Red+Green+Blue) = 17+100+33=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #116421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116421 is #EE9BDE. Grayscale: #434343. Windows color (decimal): -15637471 or 2188305. OLE color: 2188305.

HSL color Cylindrical-coordinate representation of color #116421: hue angle of 131.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116421 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 100 33 -
CMYK 0.83 0 0.67 0.61
HSL 131.57º 0.71% 0.23% -
HSV(B) 131.57º 0.83% 0.39% -
XYZ 5.06 9.34 2.98 -
YUV 67.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 17 100 33 0.83 0 0.67 0.61 131.57 0.71 0.23
Hex 11 64 21 53 0 43 3D 84 47 17
Octal 21 144 41 123 0 103 75 204 107 27
Binary 10001 1100100 100001 1010011 0 1000011 111101 10000100 1000111 10111

Color Harmonies of #116421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116421

Black with #116421

Text Example


Text Example

White with #116421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116421; }

 p { color: rgb(17,100,33); }

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

background-color css

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

 a { background-color: rgb(17,100,33); }

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

border-color css

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

 span { border-color: rgb(17,100,33); }

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