#106219

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

Shades of Crusoe #106219

Tints of Crusoe #106219

Color information

#106219 (or 0x106219) is unknown color: approx Crusoe. HEX triplet: 10, 62 and 19. RGB value is (16,98,25). Sum of RGB (Red+Green+Blue) = 16+98+25=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #106219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106219 is #EF9DE6. Grayscale: #414141. Windows color (decimal): -15703527 or 1663504. OLE color: 1663504.

HSL color Cylindrical-coordinate representation of color #106219: hue angle of 126.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106219 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB169825-
CMYK0.8400.740.62
HSL126.59º71.93%22.35%-
HSV(B)126.59º83.67%38.43%-
XYZ4.768.922.39-
YUV65.16105.3392.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 98 (38.67% from 255) = 70.50%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=11.51%
G=70.50%
B=17.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698250.8400.740.62126.5971.9322.35
Hex1062195404A3E7f4816
Octal201423112401127617711026
Binary100001100010110011010100010010101111101111111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106219; }

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

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

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

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

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

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

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

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