Html Css Color HEX #115735 Crusoe

📋 copy color: '#115735'

red 17 ◦ green 87 ◦ blue 53

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

Shades of Crusoe #115735

Tints of Crusoe #115735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 55.41%

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

R = 10.83%
G = 55.41%
B = 33.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#115735 (or 0x115735) is known color: Crusoe. HEX triplet: 11, 57 and 35. RGB value is (17,87,53). Sum of RGB (Red+Green+Blue) = 17+87+53=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #115735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115735 is #EEA8CA. Grayscale: #3E3E3E. Windows color (decimal): -15640779 or 3495697. OLE color: 3495697.

HSL color Cylindrical-coordinate representation of color #115735: hue angle of 150.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115735 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 87 53 -
CMYK 0.80 0 0.39 0.66
HSL 150.86º 0.67% 0.2% -
HSV(B) 150.86º 0.8% 0.34% -
XYZ 4.28 7.19 4.53 -
YUV 62.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 17 87 53 0.80 0 0.39 0.66 150.86 0.67 0.2
Hex 11 57 35 50 0 27 42 97 43 14
Octal 21 127 65 120 0 47 102 227 103 24
Binary 10001 1010111 110101 1010000 0 100111 1000010 10010111 1000011 10100

Color Harmonies of #115735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115735

Black with #115735

Text Example


Text Example

White with #115735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115735; }

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

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

background-color css

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

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

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

border-color css

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

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

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