Html Css Color HEX #115D19 Crusoe

📋 copy color: '#115D19'

red 17 ◦ green 93 ◦ blue 25

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

Shades of Crusoe #115D19

Tints of Crusoe #115D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 12.59%
G = 68.89%
B = 18.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#115D19 (or 0x115D19) is known color: Crusoe. HEX triplet: 11, 5D and 19. RGB value is (17,93,25). Sum of RGB (Red+Green+Blue) = 17+93+25=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #115D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D19 is #EEA2E6. Grayscale: #3E3E3E. Windows color (decimal): -15639271 or 1662225. OLE color: 1662225.

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

Color convert

RGB 17 93 25 -
CMYK 0.82 0 0.73 0.64
HSL 126.32º 0.69% 0.22% -
HSV(B) 126.32º 0.82% 0.36% -
XYZ 4.32 8.02 2.24 -
YUV 62.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 17 93 25 0.82 0 0.73 0.64 126.32 0.69 0.22
Hex 11 5D 19 52 0 49 40 7E 45 16
Octal 21 135 31 122 0 111 100 176 105 26
Binary 10001 1011101 11001 1010010 0 1001001 1000000 1111110 1000101 10110

Color Harmonies of #115D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D19

Black with #115D19

Text Example


Text Example

White with #115D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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