Html Css Color HEX #116619 Crusoe

📋 copy color: '#116619'

red 17 ◦ green 102 ◦ blue 25

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

Shades of Crusoe #116619

Tints of Crusoe #116619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 70.83%

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

R = 11.81%
G = 70.83%
B = 17.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#116619 (or 0x116619) is known color: Crusoe. HEX triplet: 11, 66 and 19. RGB value is (17,102,25). Sum of RGB (Red+Green+Blue) = 17+102+25=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 102 (40.23% from 255 or 70.83% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 102 - color contains mainly: green. Hex color #116619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116619 is #EE99E6. Grayscale: #444444. Windows color (decimal): -15636967 or 1664529. OLE color: 1664529.

HSL color Cylindrical-coordinate representation of color #116619: hue angle of 125.65º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116619 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 25 -
CMYK 0.83 0 0.75 0.6
HSL 125.65º 0.71% 0.23% -
HSV(B) 125.65º 0.83% 0.4% -
XYZ 5.16 9.69 2.52 -
YUV 67.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 17 102 25 0.83 0 0.75 0.6 125.65 0.71 0.23
Hex 11 66 19 53 0 4B 3C 7E 47 17
Octal 21 146 31 123 0 113 74 176 107 27
Binary 10001 1100110 11001 1010011 0 1001011 111100 1111110 1000111 10111

Color Harmonies of #116619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116619

Black with #116619

Text Example


Text Example

White with #116619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116619; }

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

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

background-color css

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

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

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

border-color css

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

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

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