#0A652D

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

Shades of Crusoe #0A652D

Tints of Crusoe #0A652D

Color information

#0A652D (or 0x0A652D) is unknown color: approx Crusoe. HEX triplet: 0A, 65 and 2D. RGB value is (10,101,45). Sum of RGB (Red+Green+Blue) = 10+101+45=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 101 (39.84% from 255 or 64.74% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 101 - color contains mainly: green. Hex color #0A652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A652D is #F59AD2. Grayscale: #434343. Windows color (decimal): -16095955 or 2974986. OLE color: 2974986.

HSL color Cylindrical-coordinate representation of color #0A652D: hue angle of 143.08º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A652D is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1010145-
CMYK0.9000.550.60
HSL143.08º81.98%21.76%-
HSV(B)143.08º90.1%39.61%-
XYZ5.259.564.05-
YUV67.41115.3587.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.41%
GREEN value IS 101 (39.84% from 255) = 64.74%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=6.41%
G=64.74%
B=28.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10101450.9000.550.60143.0881.9821.76
HexA652D5A0373C8f5216
Octal12145551320677421712226
Binary101011001011011011011010011011111110010001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A652D; }

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

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

<style>
 a { background-color: #0A652D; }

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

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

<style>
 span { border-color: #0A652D; }

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

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