Html Css Color HEX #115B35 Crusoe

📋 copy color: '#115B35'

red 17 ◦ green 91 ◦ blue 53

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

Shades of Crusoe #115B35

Tints of Crusoe #115B35

RGB

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

 GREEN value IS 91 (35.94% from 255) = 56.52%

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

R = 10.56%
G = 56.52%
B = 32.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#115B35 (or 0x115B35) is known color: Crusoe. HEX triplet: 11, 5B and 35. RGB value is (17,91,53). Sum of RGB (Red+Green+Blue) = 17+91+53=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #115B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B35 is #EEA4CA. Grayscale: #404040. Windows color (decimal): -15639755 or 3496721. OLE color: 3496721.

HSL color Cylindrical-coordinate representation of color #115B35: hue angle of 149.19º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B35 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 91 53 -
CMYK 0.81 0 0.42 0.64
HSL 149.19º 0.69% 0.21% -
HSV(B) 149.19º 0.81% 0.36% -
XYZ 4.61 7.86 4.64 -
YUV 64.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 17 91 53 0.81 0 0.42 0.64 149.19 0.69 0.21
Hex 11 5B 35 51 0 2A 40 95 45 15
Octal 21 133 65 121 0 52 100 225 105 25
Binary 10001 1011011 110101 1010001 0 101010 1000000 10010101 1000101 10101

Color Harmonies of #115B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B35

Black with #115B35

Text Example


Text Example

White with #115B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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