#0A621D

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

Shades of Crusoe #0A621D

Tints of Crusoe #0A621D

Color information

#0A621D (or 0x0A621D) is unknown color: approx Crusoe. HEX triplet: 0A, 62 and 1D. RGB value is (10,98,29). Sum of RGB (Red+Green+Blue) = 10+98+29=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #0A621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A621D is #F59DE2. Grayscale: #404040. Windows color (decimal): -16096739 or 1925642. OLE color: 1925642.

HSL color Cylindrical-coordinate representation of color #0A621D: hue angle of 132.95º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A621D is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB109829-
CMYK0.9000.700.62
HSL132.95º81.48%21.18%-
HSV(B)132.95º89.8%38.43%-
XYZ4.718.892.63-
YUV63.82108.3589.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.30%
GREEN value IS 98 (38.67% from 255) = 71.53%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=7.30%
G=71.53%
B=21.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1098290.9000.700.62132.9581.4821.18
HexA621D5A0463E855115
Octal121423513201067620512125
Binary101011000101110110110100100011011111010000101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,98,29); }

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

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

 a { background-color: rgb(10,98,29); }

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

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

 span { border-color: rgb(10,98,29); }

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