Html Css Color HEX #116125 Crusoe

📋 copy color: '#116125'

red 17 ◦ green 97 ◦ blue 37

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

Shades of Crusoe #116125

Tints of Crusoe #116125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 11.26%
G = 64.24%
B = 24.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#116125 (or 0x116125) is known color: Crusoe. HEX triplet: 11, 61 and 25. RGB value is (17,97,37). Sum of RGB (Red+Green+Blue) = 17+97+37=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #116125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116125 is #EE9EDA. Grayscale: #424242. Windows color (decimal): -15638235 or 2449681. OLE color: 2449681.

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

Color convert

RGB 17 97 37 -
CMYK 0.82 0 0.62 0.62
HSL 135º 0.7% 0.22% -
HSV(B) 135º 0.82% 0.38% -
XYZ 4.84 8.8 3.19 -
YUV 66.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 17 97 37 0.82 0 0.62 0.62 135 0.7 0.22
Hex 11 61 25 52 0 3E 3E 87 46 16
Octal 21 141 45 122 0 76 76 207 106 26
Binary 10001 1100001 100101 1010010 0 111110 111110 10000111 1000110 10110

Color Harmonies of #116125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116125

Black with #116125

Text Example


Text Example

White with #116125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116125; }

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

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

background-color css

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

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

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

border-color css

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

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

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