Html Css Color HEX #116019 Crusoe

📋 copy color: '#116019'

red 17 ◦ green 96 ◦ blue 25

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

Shades of Crusoe #116019

Tints of Crusoe #116019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.12%

R = 12.32%
G = 69.57%
B = 18.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#116019 (or 0x116019) is known color: Crusoe. HEX triplet: 11, 60 and 19. RGB value is (17,96,25). Sum of RGB (Red+Green+Blue) = 17+96+25=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #116019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116019 is #EE9FE6. Grayscale: #404040. Windows color (decimal): -15638503 or 1662993. OLE color: 1662993.

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

Color convert

RGB 17 96 25 -
CMYK 0.82 0 0.74 0.62
HSL 126.08º 0.7% 0.22% -
HSV(B) 126.08º 0.82% 0.38% -
XYZ 4.59 8.56 2.33 -
YUV 64.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 17 96 25 0.82 0 0.74 0.62 126.08 0.7 0.22
Hex 11 60 19 52 0 4A 3E 7E 46 16
Octal 21 140 31 122 0 112 76 176 106 26
Binary 10001 1100000 11001 1010010 0 1001010 111110 1111110 1000110 10110

Color Harmonies of #116019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116019

Black with #116019

Text Example


Text Example

White with #116019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116019; }

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

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

background-color css

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

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

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

border-color css

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

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

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