Html Css Color HEX #116626 Crusoe

📋 copy color: '#116626'

red 17 ◦ green 102 ◦ blue 38

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

Shades of Crusoe #116626

Tints of Crusoe #116626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 64.97%

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

R = 10.83%
G = 64.97%
B = 24.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#116626 (or 0x116626) is known color: Crusoe. HEX triplet: 11, 66 and 26. RGB value is (17,102,38). Sum of RGB (Red+Green+Blue) = 17+102+38=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #116626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116626 is #EE99D9. Grayscale: #454545. Windows color (decimal): -15636954 or 2516497. OLE color: 2516497.

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

Color convert

RGB 17 102 38 -
CMYK 0.83 0 0.63 0.6
HSL 134.82º 0.71% 0.23% -
HSV(B) 134.82º 0.83% 0.4% -
XYZ 5.33 9.76 3.44 -
YUV 69.29 110.34 90.7 -
System Red Green Blue C M Y K H S L
Decimal 17 102 38 0.83 0 0.63 0.6 134.82 0.71 0.23
Hex 11 66 26 53 0 3F 3C 87 47 17
Octal 21 146 46 123 0 77 74 207 107 27
Binary 10001 1100110 100110 1010011 0 111111 111100 10000111 1000111 10111

Color Harmonies of #116626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116626

Black with #116626

Text Example


Text Example

White with #116626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116626; }

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

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

background-color css

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

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

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

border-color css

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

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

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