#0A652F

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

Shades of Crusoe #0A652F

Tints of Crusoe #0A652F

Color information

#0A652F (or 0x0A652F) is unknown color: approx Crusoe. HEX triplet: 0A, 65 and 2F. RGB value is (10,101,47). Sum of RGB (Red+Green+Blue) = 10+101+47=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #0A652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A652F is #F59AD0. Grayscale: #434343. Windows color (decimal): -16095953 or 3106058. OLE color: 3106058.

HSL color Cylindrical-coordinate representation of color #0A652F: hue angle of 144.4º 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 #0A652F is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB1010147-
CMYK0.9000.530.60
HSL144.4º81.98%21.76%-
HSV(B)144.4º90.1%39.61%-
XYZ5.299.584.26-
YUV67.64116.3586.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 101 (39.84% from 255) = 63.92%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=6.33%
G=63.92%
B=29.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10101470.9000.530.60144.481.9821.76
HexA652F5A0353C905216
Octal12145571320657422012226
Binary101011001011011111011010011010111110010010000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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