Html Css Color HEX #115A27 Crusoe

📋 copy color: '#115A27'

red 17 ◦ green 90 ◦ blue 39

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

Shades of Crusoe #115A27

Tints of Crusoe #115A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 11.64%
G = 61.64%
B = 26.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#115A27 (or 0x115A27) is known color: Crusoe. HEX triplet: 11, 5A and 27. RGB value is (17,90,39). Sum of RGB (Red+Green+Blue) = 17+90+39=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #115A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A27 is #EEA5D8. Grayscale: #3E3E3E. Windows color (decimal): -15640025 or 2578961. OLE color: 2578961.

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

Color convert

RGB 17 90 39 -
CMYK 0.81 0 0.57 0.65
HSL 138.08º 0.68% 0.21% -
HSV(B) 138.08º 0.81% 0.35% -
XYZ 4.25 7.58 3.16 -
YUV 62.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 17 90 39 0.81 0 0.57 0.65 138.08 0.68 0.21
Hex 11 5A 27 51 0 39 41 8A 44 15
Octal 21 132 47 121 0 71 101 212 104 25
Binary 10001 1011010 100111 1010001 0 111001 1000001 10001010 1000100 10101

Color Harmonies of #115A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A27

Black with #115A27

Text Example


Text Example

White with #115A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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