Html Css Color HEX #116926 Crusoe

📋 copy color: '#116926'

red 17 ◦ green 105 ◦ blue 38

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

Shades of Crusoe #116926

Tints of Crusoe #116926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 65.63%

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 10.63%
G = 65.63%
B = 23.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#116926 (or 0x116926) is known color: Crusoe. HEX triplet: 11, 69 and 26. RGB value is (17,105,38). Sum of RGB (Red+Green+Blue) = 17+105+38=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #116926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116926 is #EE96D9. Grayscale: #474747. Windows color (decimal): -15636186 or 2517265. OLE color: 2517265.

HSL color Cylindrical-coordinate representation of color #116926: hue angle of 134.32º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116926 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 105 38 -
CMYK 0.84 0 0.64 0.59
HSL 134.32º 0.72% 0.24% -
HSV(B) 134.32º 0.84% 0.41% -
XYZ 5.63 10.36 3.54 -
YUV 71.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 17 105 38 0.84 0 0.64 0.59 134.32 0.72 0.24
Hex 11 69 26 54 0 40 3B 86 48 18
Octal 21 151 46 124 0 100 73 206 110 30
Binary 10001 1101001 100110 1010100 0 1000000 111011 10000110 1001000 11000

Color Harmonies of #116926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116926

Black with #116926

Text Example


Text Example

White with #116926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116926; }

 p { color: rgb(17,105,38); }

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

background-color css

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

 a { background-color: rgb(17,105,38); }

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

border-color css

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

 span { border-color: rgb(17,105,38); }

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