Html Css Color HEX #116318 Crusoe

📋 copy color: '#116318'

red 17 ◦ green 99 ◦ blue 24

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

Shades of Crusoe #116318

Tints of Crusoe #116318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.14%

R = 12.14%
G = 70.71%
B = 17.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#116318 (or 0x116318) is known color: Crusoe. HEX triplet: 11, 63 and 18. RGB value is (17,99,24). Sum of RGB (Red+Green+Blue) = 17+99+24=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #116318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116318 is #EE9CE7. Grayscale: #424242. Windows color (decimal): -15637736 or 1598225. OLE color: 1598225.

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

Color convert

RGB 17 99 24 -
CMYK 0.83 0 0.76 0.61
HSL 125.12º 0.71% 0.23% -
HSV(B) 125.12º 0.83% 0.39% -
XYZ 4.86 9.11 2.37 -
YUV 65.93 104.33 93.1 -
System Red Green Blue C M Y K H S L
Decimal 17 99 24 0.83 0 0.76 0.61 125.12 0.71 0.23
Hex 11 63 18 53 0 4C 3D 7D 47 17
Octal 21 143 30 123 0 114 75 175 107 27
Binary 10001 1100011 11000 1010011 0 1001100 111101 1111101 1000111 10111

Color Harmonies of #116318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116318

Black with #116318

Text Example


Text Example

White with #116318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116318; }

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

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

background-color css

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

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

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

border-color css

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

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

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