#10602A

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

Shades of Crusoe #10602A

Tints of Crusoe #10602A

Color information

#10602A (or 0x10602A) is unknown color: approx Crusoe. HEX triplet: 10, 60 and 2A. RGB value is (16,96,42). Sum of RGB (Red+Green+Blue) = 16+96+42=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #10602A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10602A is #EF9FD5. Grayscale: #424242. Windows color (decimal): -15704022 or 2777104. OLE color: 2777104.

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

Color convert

RGB169642-
CMYK0.8300.560.62
HSL139.5º71.43%21.96%-
HSV(B)139.5º83.33%37.65%-
XYZ4.818.643.61-
YUV65.92114.592.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 96 (37.89% from 255) = 62.34%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=10.39%
G=62.34%
B=27.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696420.8300.560.62139.571.4321.96
Hex10602A530383E8c4716
Octal20140521230707621410726
Binary1000011000001010101010011011100011111010001100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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