#10602E

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

Shades of Crusoe #10602E

Tints of Crusoe #10602E

Color information

#10602E (or 0x10602E) is unknown color: approx Crusoe. HEX triplet: 10, 60 and 2E. RGB value is (16,96,46). Sum of RGB (Red+Green+Blue) = 16+96+46=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #10602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10602E is #EF9FD1. Grayscale: #424242. Windows color (decimal): -15704018 or 3039248. OLE color: 3039248.

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

Color convert

RGB169646-
CMYK0.8300.520.62
HSL142.5º71.43%21.96%-
HSV(B)142.5º83.33%37.65%-
XYZ4.898.674-
YUV66.38116.592.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 96 (37.89% from 255) = 60.76%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=10.13%
G=60.76%
B=29.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696460.8300.520.62142.571.4321.96
Hex10602E530343E8e4716
Octal20140561230647621610726
Binary1000011000001011101010011011010011111010001110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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