Html Css Color HEX #0A591A Crusoe

📋 copy color: '#0A591A'

red 10 ◦ green 89 ◦ blue 26

#0A591A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0A591A

Tints of Crusoe #0A591A

RGB

 RED value IS 10 (4.3% from 255) = 8%

 GREEN value IS 89 (35.16% from 255) = 71.2%

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 8%
G = 71.2%
B = 20.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#0A591A (or 0x0A591A) is known color: Crusoe. HEX triplet: 0A, 59 and 1A. RGB value is (10,89,26). Sum of RGB (Red+Green+Blue) = 10+89+26=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 89 (35.16% from 255 or 71.2% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 89 - color contains mainly: green. Hex color #0A591A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A591A is #F5A6E5. Grayscale: #3A3A3A. Windows color (decimal): -16099046 or 1726730. OLE color: 1726730.

HSL color Cylindrical-coordinate representation of color #0A591A: hue angle of 132.15º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A591A is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 89 26 -
CMYK 0.89 0 0.71 0.65
HSL 132.15º 0.8% 0.19% -
HSV(B) 132.15º 0.89% 0.35% -
XYZ 3.88 7.28 2.18 -
YUV 58.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 10 89 26 0.89 0 0.71 0.65 132.15 0.8 0.19
Hex A 59 1A 59 0 47 41 84 50 13
Octal 12 131 32 131 0 107 101 204 120 23
Binary 1010 1011001 11010 1011001 0 1000111 1000001 10000100 1010000 10011

Color Harmonies of #0A591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A591A

Black with #0A591A

Text Example


Text Example

White with #0A591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,89,26); }

 H1.HeaderClassName
 {
   color: #0A591A;
 }
 .AnyTagClassName
 {
   color: #0A591A;
 }
</style>

background-color css

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

 a { background-color: rgb(10,89,26); }

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

border-color css

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

 span { border-color: rgb(10,89,26); }

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