#106419

Color #106419 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #106419

Tints of Crusoe #106419

Color information

#106419 (or 0x106419) is unknown color: approx Crusoe. HEX triplet: 10, 64 and 19. RGB value is (16,100,25). Sum of RGB (Red+Green+Blue) = 16+100+25=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #106419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106419 is #EF9BE6. Grayscale: #424242. Windows color (decimal): -15703015 or 1664016. OLE color: 1664016.

HSL color Cylindrical-coordinate representation of color #106419: hue angle of 126.43º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106419 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1610025-
CMYK0.8400.750.61
HSL126.43º72.41%22.75%-
HSV(B)126.43º84%39.22%-
XYZ4.959.292.45-
YUV66.33104.6792.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 100 (39.45% from 255) = 70.92%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=11.35%
G=70.92%
B=17.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100250.8400.750.61126.4372.4122.75
Hex1064195404B3D7e4817
Octal201443112401137517611027
Binary100001100100110011010100010010111111011111110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106419; }

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

 H1.HeaderClassName
 {
   color: #106419;
 }
 .AnyTagClassName
 {
   color: #106419;
 }
</style>
background-color css

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

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

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

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

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

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