Html Css Color HEX #116423 Crusoe

📋 copy color: '#116423'

red 17 ◦ green 100 ◦ blue 35

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

Shades of Crusoe #116423

Tints of Crusoe #116423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.03%

R = 11.18%
G = 65.79%
B = 23.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#116423 (or 0x116423) is known color: Crusoe. HEX triplet: 11, 64 and 23. RGB value is (17,100,35). Sum of RGB (Red+Green+Blue) = 17+100+35=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 100 (39.45% from 255 or 65.79% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 100 - color contains mainly: green. Hex color #116423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116423 is #EE9BDC. Grayscale: #434343. Windows color (decimal): -15637469 or 2319377. OLE color: 2319377.

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

Color convert

RGB 17 100 35 -
CMYK 0.83 0 0.65 0.61
HSL 133.01º 0.71% 0.23% -
HSV(B) 133.01º 0.83% 0.39% -
XYZ 5.09 9.35 3.13 -
YUV 67.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 17 100 35 0.83 0 0.65 0.61 133.01 0.71 0.23
Hex 11 64 23 53 0 41 3D 85 47 17
Octal 21 144 43 123 0 101 75 205 107 27
Binary 10001 1100100 100011 1010011 0 1000001 111101 10000101 1000111 10111

Color Harmonies of #116423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116423

Black with #116423

Text Example


Text Example

White with #116423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116423; }

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

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

background-color css

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

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

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

border-color css

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

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

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