#10652D

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

Shades of Crusoe #10652D

Tints of Crusoe #10652D

Color information

#10652D (or 0x10652D) is unknown color: approx Crusoe. HEX triplet: 10, 65 and 2D. RGB value is (16,101,45). Sum of RGB (Red+Green+Blue) = 16+101+45=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 101 (39.84% from 255 or 62.35% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 101 - color contains mainly: green. Hex color #10652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10652D is #EF9AD2. Grayscale: #454545. Windows color (decimal): -15702739 or 2974992. OLE color: 2974992.

HSL color Cylindrical-coordinate representation of color #10652D: hue angle of 140.47º 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 #10652D is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1610145-
CMYK0.8400.550.60
HSL140.47º72.65%22.94%-
HSV(B)140.47º84.16%39.61%-
XYZ5.349.614.06-
YUV69.2114.3490.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 101 (39.84% from 255) = 62.35%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=9.88%
G=62.35%
B=27.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16101450.8400.550.60140.4772.6522.94
Hex10652D540373C8c4917
Octal20145551240677421411127
Binary1000011001011011011010100011011111110010001100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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