Html Css Color HEX #116124 Crusoe

📋 copy color: '#116124'

red 17 ◦ green 97 ◦ blue 36

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

Shades of Crusoe #116124

Tints of Crusoe #116124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 64.67%

 BLUE value IS 36 (14.45% from 255) = 24%

R = 11.33%
G = 64.67%
B = 24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#116124 (or 0x116124) is known color: Crusoe. HEX triplet: 11, 61 and 24. RGB value is (17,97,36). Sum of RGB (Red+Green+Blue) = 17+97+36=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #116124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116124 is #EE9EDB. Grayscale: #424242. Windows color (decimal): -15638236 or 2384145. OLE color: 2384145.

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

Color convert

RGB 17 97 36 -
CMYK 0.82 0 0.63 0.62
HSL 134.25º 0.7% 0.22% -
HSV(B) 134.25º 0.82% 0.38% -
XYZ 4.82 8.8 3.11 -
YUV 66.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 17 97 36 0.82 0 0.63 0.62 134.25 0.7 0.22
Hex 11 61 24 52 0 3F 3E 86 46 16
Octal 21 141 44 122 0 77 76 206 106 26
Binary 10001 1100001 100100 1010010 0 111111 111110 10000110 1000110 10110

Color Harmonies of #116124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116124

Black with #116124

Text Example


Text Example

White with #116124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116124; }

 p { color: rgb(17,97,36); }

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

background-color css

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

 a { background-color: rgb(17,97,36); }

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

border-color css

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

 span { border-color: rgb(17,97,36); }

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