#104F1E

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

Shades of Crusoe #104F1E

Tints of Crusoe #104F1E

Color information

#104F1E (or 0x104F1E) is unknown color: approx Crusoe. HEX triplet: 10, 4F and 1E. RGB value is (16,79,30). Sum of RGB (Red+Green+Blue) = 16+79+30=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 79 (31.25% from 255 or 63.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 79 - color contains mainly: green. Hex color #104F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F1E is #EFB0E1. Grayscale: #363636. Windows color (decimal): -15708386 or 1986320. OLE color: 1986320.

HSL color Cylindrical-coordinate representation of color #104F1E: hue angle of 133.33º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F1E is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB167930-
CMYK0.8000.620.69
HSL133.33º66.32%18.63%-
HSV(B)133.33º79.75%30.98%-
XYZ3.245.82.18-
YUV54.58114.13100.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 79 (31.25% from 255) = 63.2%
BLUE value IS 30 (12.11% from 255) = 24%
R=12.8%
G=63.2%
B=24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679300.8000.620.69133.3366.3218.63
Hex104F1E5003E45854213
Octal201173612007610520510223
Binary1000010011111111010100000111110100010110000101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F1E; }

 p { color: rgb(16,79,30); }

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

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

 a { background-color: rgb(16,79,30); }

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

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

 span { border-color: rgb(16,79,30); }

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