Html Css Color HEX #115D35 Crusoe

📋 copy color: '#115D35'

red 17 ◦ green 93 ◦ blue 53

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

Shades of Crusoe #115D35

Tints of Crusoe #115D35

RGB

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

 GREEN value IS 93 (36.72% from 255) = 57.06%

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

R = 10.43%
G = 57.06%
B = 32.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#115D35 (or 0x115D35) is known color: Crusoe. HEX triplet: 11, 5D and 35. RGB value is (17,93,53). Sum of RGB (Red+Green+Blue) = 17+93+53=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #115D35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115D35 is #EEA2CA. Grayscale: #414141. Windows color (decimal): -15639243 or 3497233. OLE color: 3497233.

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

Color convert

RGB 17 93 53 -
CMYK 0.82 0 0.43 0.64
HSL 148.42º 0.69% 0.22% -
HSV(B) 148.42º 0.82% 0.36% -
XYZ 4.79 8.2 4.7 -
YUV 65.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 17 93 53 0.82 0 0.43 0.64 148.42 0.69 0.22
Hex 11 5D 35 52 0 2B 40 94 45 16
Octal 21 135 65 122 0 53 100 224 105 26
Binary 10001 1011101 110101 1010010 0 101011 1000000 10010100 1000101 10110

Color Harmonies of #115D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D35

Black with #115D35

Text Example


Text Example

White with #115D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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