Html Css Color HEX #116326 Crusoe

📋 copy color: '#116326'

red 17 ◦ green 99 ◦ blue 38

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

Shades of Crusoe #116326

Tints of Crusoe #116326

RGB

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

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

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

R = 11.04%
G = 64.29%
B = 24.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#116326 (or 0x116326) is known color: Crusoe. HEX triplet: 11, 63 and 26. RGB value is (17,99,38). Sum of RGB (Red+Green+Blue) = 17+99+38=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #116326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116326 is #EE9CD9. Grayscale: #434343. Windows color (decimal): -15637722 or 2515729. OLE color: 2515729.

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

Color convert

RGB 17 99 38 -
CMYK 0.83 0 0.62 0.61
HSL 135.37º 0.71% 0.23% -
HSV(B) 135.37º 0.83% 0.39% -
XYZ 5.04 9.18 3.34 -
YUV 67.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 17 99 38 0.83 0 0.62 0.61 135.37 0.71 0.23
Hex 11 63 26 53 0 3E 3D 87 47 17
Octal 21 143 46 123 0 76 75 207 107 27
Binary 10001 1100011 100110 1010011 0 111110 111101 10000111 1000111 10111

Color Harmonies of #116326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116326

Black with #116326

Text Example


Text Example

White with #116326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116326; }

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

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

background-color css

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

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

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

border-color css

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

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

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