Html Css Color HEX #115935 Crusoe

📋 copy color: '#115935'

red 17 ◦ green 89 ◦ blue 53

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

Shades of Crusoe #115935

Tints of Crusoe #115935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.97%

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

R = 10.69%
G = 55.97%
B = 33.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#115935 (or 0x115935) is known color: Crusoe. HEX triplet: 11, 59 and 35. RGB value is (17,89,53). Sum of RGB (Red+Green+Blue) = 17+89+53=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #115935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115935 is #EEA6CA. Grayscale: #3F3F3F. Windows color (decimal): -15640267 or 3496209. OLE color: 3496209.

HSL color Cylindrical-coordinate representation of color #115935: hue angle of 150º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115935 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 89 53 -
CMYK 0.81 0 0.40 0.65
HSL 150º 0.68% 0.21% -
HSV(B) 150º 0.81% 0.35% -
XYZ 4.45 7.52 4.59 -
YUV 63.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 17 89 53 0.81 0 0.40 0.65 150 0.68 0.21
Hex 11 59 35 51 0 28 41 96 44 15
Octal 21 131 65 121 0 50 101 226 104 25
Binary 10001 1011001 110101 1010001 0 101000 1000001 10010110 1000100 10101

Color Harmonies of #115935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115935

Black with #115935

Text Example


Text Example

White with #115935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115935; }

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

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

background-color css

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

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

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

border-color css

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

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

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