Html Css Color HEX #115A20 Crusoe

📋 copy color: '#115A20'

red 17 ◦ green 90 ◦ blue 32

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

Shades of Crusoe #115A20

Tints of Crusoe #115A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 64.75%

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 12.23%
G = 64.75%
B = 23.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#115A20 (or 0x115A20) is known color: Crusoe. HEX triplet: 11, 5A and 20. RGB value is (17,90,32). Sum of RGB (Red+Green+Blue) = 17+90+32=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #115A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A20 is #EEA5DF. Grayscale: #3D3D3D. Windows color (decimal): -15640032 or 2120209. OLE color: 2120209.

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

Color convert

RGB 17 90 32 -
CMYK 0.81 0 0.64 0.65
HSL 132.33º 0.68% 0.21% -
HSV(B) 132.33º 0.81% 0.35% -
XYZ 4.15 7.54 2.6 -
YUV 61.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 17 90 32 0.81 0 0.64 0.65 132.33 0.68 0.21
Hex 11 5A 20 51 0 40 41 84 44 15
Octal 21 132 40 121 0 100 101 204 104 25
Binary 10001 1011010 100000 1010001 0 1000000 1000001 10000100 1000100 10101

Color Harmonies of #115A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A20

Black with #115A20

Text Example


Text Example

White with #115A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,90,32); }

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

background-color css

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

 a { background-color: rgb(17,90,32); }

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

border-color css

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

 span { border-color: rgb(17,90,32); }

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