Html Css Color HEX #115835 Crusoe

📋 copy color: '#115835'

red 17 ◦ green 88 ◦ blue 53

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

Shades of Crusoe #115835

Tints of Crusoe #115835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55.7%

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

R = 10.76%
G = 55.7%
B = 33.54%

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

#115835 (or 0x115835) is known color: Crusoe. HEX triplet: 11, 58 and 35. RGB value is (17,88,53). Sum of RGB (Red+Green+Blue) = 17+88+53=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #115835 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115835 is #EEA7CA. Grayscale: #3E3E3E. Windows color (decimal): -15640523 or 3495953. OLE color: 3495953.

HSL color Cylindrical-coordinate representation of color #115835: hue angle of 150.42º 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 #115835 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 88 53 -
CMYK 0.81 0 0.40 0.65
HSL 150.42º 0.68% 0.21% -
HSV(B) 150.42º 0.81% 0.35% -
XYZ 4.36 7.36 4.56 -
YUV 62.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 17 88 53 0.81 0 0.40 0.65 150.42 0.68 0.21
Hex 11 58 35 51 0 28 41 96 44 15
Octal 21 130 65 121 0 50 101 226 104 25
Binary 10001 1011000 110101 1010001 0 101000 1000001 10010110 1000100 10101

Color Harmonies of #115835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115835

Black with #115835

Text Example


Text Example

White with #115835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115835; }

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

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

background-color css

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

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

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

border-color css

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

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

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