Html Css Color HEX #115F19 Crusoe

📋 copy color: '#115F19'

red 17 ◦ green 95 ◦ blue 25

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

Shades of Crusoe #115F19

Tints of Crusoe #115F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 69.34%

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

R = 12.41%
G = 69.34%
B = 18.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#115F19 (or 0x115F19) is known color: Crusoe. HEX triplet: 11, 5F and 19. RGB value is (17,95,25). Sum of RGB (Red+Green+Blue) = 17+95+25=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 95 (37.5% from 255 or 69.34% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 95 - color contains mainly: green. Hex color #115F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F19 is #EEA0E6. Grayscale: #3F3F3F. Windows color (decimal): -15638759 or 1662737. OLE color: 1662737.

HSL color Cylindrical-coordinate representation of color #115F19: hue angle of 126.15º degrees, saturation: 0.7, 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 #115F19 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 95 25 -
CMYK 0.82 0 0.74 0.63
HSL 126.15º 0.7% 0.22% -
HSV(B) 126.15º 0.82% 0.37% -
XYZ 4.5 8.37 2.3 -
YUV 63.7 106.16 94.69 -
System Red Green Blue C M Y K H S L
Decimal 17 95 25 0.82 0 0.74 0.63 126.15 0.7 0.22
Hex 11 5F 19 52 0 4A 3F 7E 46 16
Octal 21 137 31 122 0 112 77 176 106 26
Binary 10001 1011111 11001 1010010 0 1001010 111111 1111110 1000110 10110

Color Harmonies of #115F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F19

Black with #115F19

Text Example


Text Example

White with #115F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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