Html Css Color HEX #116018 Crusoe

📋 copy color: '#116018'

red 17 ◦ green 96 ◦ blue 24

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

Shades of Crusoe #116018

Tints of Crusoe #116018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 70.07%

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

R = 12.41%
G = 70.07%
B = 17.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#116018 (or 0x116018) is known color: Crusoe. HEX triplet: 11, 60 and 18. RGB value is (17,96,24). Sum of RGB (Red+Green+Blue) = 17+96+24=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #116018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116018 is #EE9FE7. Grayscale: #404040. Windows color (decimal): -15638504 or 1597457. OLE color: 1597457.

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

Color convert

RGB 17 96 24 -
CMYK 0.82 0 0.75 0.62
HSL 125.32º 0.7% 0.22% -
HSV(B) 125.32º 0.82% 0.38% -
XYZ 4.58 8.55 2.27 -
YUV 64.17 105.33 94.35 -
System Red Green Blue C M Y K H S L
Decimal 17 96 24 0.82 0 0.75 0.62 125.32 0.7 0.22
Hex 11 60 18 52 0 4B 3E 7D 46 16
Octal 21 140 30 122 0 113 76 175 106 26
Binary 10001 1100000 11000 1010010 0 1001011 111110 1111101 1000110 10110

Color Harmonies of #116018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116018

Black with #116018

Text Example


Text Example

White with #116018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116018; }

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

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

background-color css

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

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

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

border-color css

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

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

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