Html Css Color HEX #115934 Crusoe

📋 copy color: '#115934'

red 17 ◦ green 89 ◦ blue 52

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

Shades of Crusoe #115934

Tints of Crusoe #115934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 10.76%
G = 56.33%
B = 32.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#115934 (or 0x115934) is known color: Crusoe. HEX triplet: 11, 59 and 34. RGB value is (17,89,52). Sum of RGB (Red+Green+Blue) = 17+89+52=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #115934 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115934 is #EEA6CB. Grayscale: #3F3F3F. Windows color (decimal): -15640268 or 3430673. OLE color: 3430673.

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

Color convert

RGB 17 89 52 -
CMYK 0.81 0 0.42 0.65
HSL 149.17º 0.68% 0.21% -
HSV(B) 149.17º 0.81% 0.35% -
XYZ 4.42 7.51 4.47 -
YUV 63.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 17 89 52 0.81 0 0.42 0.65 149.17 0.68 0.21
Hex 11 59 34 51 0 2A 41 95 44 15
Octal 21 131 64 121 0 52 101 225 104 25
Binary 10001 1011001 110100 1010001 0 101010 1000001 10010101 1000100 10101

Color Harmonies of #115934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115934

Black with #115934

Text Example


Text Example

White with #115934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115934; }

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

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

background-color css

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

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

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

border-color css

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

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

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