#10652A

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

Shades of Crusoe #10652A

Tints of Crusoe #10652A

Color information

#10652A (or 0x10652A) is unknown color: approx Crusoe. HEX triplet: 10, 65 and 2A. RGB value is (16,101,42). Sum of RGB (Red+Green+Blue) = 16+101+42=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #10652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10652A is #EF9AD5. Grayscale: #454545. Windows color (decimal): -15702742 or 2778384. OLE color: 2778384.

HSL color Cylindrical-coordinate representation of color #10652A: hue angle of 138.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10652A is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1610142-
CMYK0.8400.580.60
HSL138.35º72.65%22.94%-
HSV(B)138.35º84.16%39.61%-
XYZ5.299.583.76-
YUV68.86112.8490.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 101 (39.84% from 255) = 63.52%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=10.06%
G=63.52%
B=26.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16101420.8400.580.60138.3572.6522.94
Hex10652A5403A3C8a4917
Octal20145521240727421211127
Binary1000011001011010101010100011101011110010001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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