Html Css Color HEX #116135 Crusoe

📋 copy color: '#116135'

red 17 ◦ green 97 ◦ blue 53

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

Shades of Crusoe #116135

Tints of Crusoe #116135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.74%

R = 10.18%
G = 58.08%
B = 31.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#116135 (or 0x116135) is known color: Crusoe. HEX triplet: 11, 61 and 35. RGB value is (17,97,53). Sum of RGB (Red+Green+Blue) = 17+97+53=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #116135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116135 is #EE9ECA. Grayscale: #444444. Windows color (decimal): -15638219 or 3498257. OLE color: 3498257.

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

Color convert

RGB 17 97 53 -
CMYK 0.82 0 0.45 0.62
HSL 147º 0.7% 0.22% -
HSV(B) 147º 0.82% 0.38% -
XYZ 5.15 8.93 4.82 -
YUV 68.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 17 97 53 0.82 0 0.45 0.62 147 0.7 0.22
Hex 11 61 35 52 0 2D 3E 93 46 16
Octal 21 141 65 122 0 55 76 223 106 26
Binary 10001 1100001 110101 1010010 0 101101 111110 10010011 1000110 10110

Color Harmonies of #116135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116135

Black with #116135

Text Example


Text Example

White with #116135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116135; }

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

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

background-color css

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

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

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

border-color css

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

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

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