#10612A

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

Shades of Crusoe #10612A

Tints of Crusoe #10612A

Color information

#10612A (or 0x10612A) is unknown color: approx Crusoe. HEX triplet: 10, 61 and 2A. RGB value is (16,97,42). Sum of RGB (Red+Green+Blue) = 16+97+42=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #10612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10612A is #EF9ED5. Grayscale: #424242. Windows color (decimal): -15703766 or 2777360. OLE color: 2777360.

HSL color Cylindrical-coordinate representation of color #10612A: hue angle of 139.26º 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 #10612A is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB169742-
CMYK0.8400.570.62
HSL139.26º71.68%22.16%-
HSV(B)139.26º83.51%38.04%-
XYZ4.918.833.64-
YUV66.51114.1691.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=10.32%
G=62.58%
B=27.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697420.8400.570.62139.2671.6822.16
Hex10612A540393E8b4816
Octal20141521240717621311026
Binary1000011000011010101010100011100111111010001011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,97,42); }

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

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

 a { background-color: rgb(16,97,42); }

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

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

 span { border-color: rgb(16,97,42); }

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