#10601E

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

Shades of Crusoe #10601E

Tints of Crusoe #10601E

Color information

#10601E (or 0x10601E) is unknown color: approx Crusoe. HEX triplet: 10, 60 and 1E. RGB value is (16,96,30). Sum of RGB (Red+Green+Blue) = 16+96+30=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #10601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10601E is #EF9FE1. Grayscale: #404040. Windows color (decimal): -15704034 or 1990672. OLE color: 1990672.

HSL color Cylindrical-coordinate representation of color #10601E: hue angle of 130.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10601E is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB169630-
CMYK0.8300.690.62
HSL130.5º71.43%21.96%-
HSV(B)130.5º83.33%37.65%-
XYZ4.638.572.64-
YUV64.56108.593.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 96 (37.89% from 255) = 67.61%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=11.27%
G=67.61%
B=21.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696300.8300.690.62130.571.4321.96
Hex10601E530453E824716
Octal201403612301057620210726
Binary1000011000001111010100110100010111111010000010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10601E; }

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

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

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

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

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

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

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

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