Html Css Color HEX #115E1A Crusoe

📋 copy color: '#115E1A'

red 17 ◦ green 94 ◦ blue 26

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

Shades of Crusoe #115E1A

Tints of Crusoe #115E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 68.61%

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 12.41%
G = 68.61%
B = 18.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#115E1A (or 0x115E1A) is known color: Crusoe. HEX triplet: 11, 5E and 1A. RGB value is (17,94,26). Sum of RGB (Red+Green+Blue) = 17+94+26=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 94 (37.11% from 255 or 68.61% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 94 - color contains mainly: green. Hex color #115E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E1A is #EEA1E5. Grayscale: #3F3F3F. Windows color (decimal): -15639014 or 1728017. OLE color: 1728017.

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

Color convert

RGB 17 94 26 -
CMYK 0.82 0 0.72 0.63
HSL 127.01º 0.69% 0.22% -
HSV(B) 127.01º 0.82% 0.37% -
XYZ 4.42 8.2 2.33 -
YUV 63.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 17 94 26 0.82 0 0.72 0.63 127.01 0.69 0.22
Hex 11 5E 1A 52 0 48 3F 7F 45 16
Octal 21 136 32 122 0 110 77 177 105 26
Binary 10001 1011110 11010 1010010 0 1001000 111111 1111111 1000101 10110

Color Harmonies of #115E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E1A

Black with #115E1A

Text Example


Text Example

White with #115E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,94,26); }

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

background-color css

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

 a { background-color: rgb(17,94,26); }

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

border-color css

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

 span { border-color: rgb(17,94,26); }

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