#10601A

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

Shades of Crusoe #10601A

Tints of Crusoe #10601A

Color information

#10601A (or 0x10601A) is unknown color: approx Crusoe. HEX triplet: 10, 60 and 1A. RGB value is (16,96,26). Sum of RGB (Red+Green+Blue) = 16+96+26=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #10601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10601A is #EF9FE5. Grayscale: #404040. Windows color (decimal): -15704038 or 1728528. OLE color: 1728528.

HSL color Cylindrical-coordinate representation of color #10601A: hue angle of 127.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 #10601A is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB169626-
CMYK0.8300.730.62
HSL127.5º71.43%21.96%-
HSV(B)127.5º83.33%37.65%-
XYZ4.588.552.39-
YUV64.1106.593.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 96 (37.89% from 255) = 69.57%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=11.59%
G=69.57%
B=18.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696260.8300.730.62127.571.4321.96
Hex10601A530493E804716
Octal201403212301117620010726
Binary1000011000001101010100110100100111111010000000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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