Html Css Color HEX #106819 Crusoe

📋 copy color: '#106819'

red 16 ◦ green 104 ◦ blue 25

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

Shades of Crusoe #106819

Tints of Crusoe #106819

RGB

 RED value IS 16 (6.64% from 255) = 11.03%

 GREEN value IS 104 (41.02% from 255) = 71.72%

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

R = 11.03%
G = 71.72%
B = 17.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#106819 (or 0x106819) is known color: Crusoe. HEX triplet: 10, 68 and 19. RGB value is (16,104,25). Sum of RGB (Red+Green+Blue) = 16+104+25=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #106819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106819 is #EF97E6. Grayscale: #444444. Windows color (decimal): -15701991 or 1665040. OLE color: 1665040.

HSL color Cylindrical-coordinate representation of color #106819: hue angle of 126.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106819 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 104 25 -
CMYK 0.85 0 0.76 0.59
HSL 126.14º 0.73% 0.24% -
HSV(B) 126.14º 0.85% 0.41% -
XYZ 5.34 10.08 2.58 -
YUV 68.68 103.35 90.42 -
System Red Green Blue C M Y K H S L
Decimal 16 104 25 0.85 0 0.76 0.59 126.14 0.73 0.24
Hex 10 68 19 55 0 4C 3B 7E 49 18
Octal 20 150 31 125 0 114 73 176 111 30
Binary 10000 1101000 11001 1010101 0 1001100 111011 1111110 1001001 11000

Color Harmonies of #106819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106819

Black with #106819

Text Example


Text Example

White with #106819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106819; }

 p { color: rgb(16,104,25); }

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

background-color css

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

 a { background-color: rgb(16,104,25); }

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

border-color css

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

 span { border-color: rgb(16,104,25); }

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