Html Css Color HEX #116218 Crusoe

📋 copy color: '#116218'

red 17 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #116218

Tints of Crusoe #116218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 70.5%

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

R = 12.23%
G = 70.5%
B = 17.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#116218 (or 0x116218) is known color: Crusoe. HEX triplet: 11, 62 and 18. RGB value is (17,98,24). Sum of RGB (Red+Green+Blue) = 17+98+24=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #116218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116218 is #EE9DE7. Grayscale: #414141. Windows color (decimal): -15637992 or 1597969. OLE color: 1597969.

HSL color Cylindrical-coordinate representation of color #116218: hue angle of 125.19º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116218 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 98 24 -
CMYK 0.83 0 0.76 0.62
HSL 125.19º 0.7% 0.23% -
HSV(B) 125.19º 0.83% 0.38% -
XYZ 4.76 8.92 2.33 -
YUV 65.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 17 98 24 0.83 0 0.76 0.62 125.19 0.7 0.23
Hex 11 62 18 53 0 4C 3E 7D 46 17
Octal 21 142 30 123 0 114 76 175 106 27
Binary 10001 1100010 11000 1010011 0 1001100 111110 1111101 1000110 10111

Color Harmonies of #116218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116218

Black with #116218

Text Example


Text Example

White with #116218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116218; }

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

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

background-color css

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

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

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

border-color css

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

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

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