Html Css Color HEX #0A591C Crusoe

📋 copy color: '#0A591C'

red 10 ◦ green 89 ◦ blue 28

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

Shades of Crusoe #0A591C

Tints of Crusoe #0A591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.05%

R = 7.87%
G = 70.08%
B = 22.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#0A591C (or 0x0A591C) is known color: Crusoe. HEX triplet: 0A, 59 and 1C. RGB value is (10,89,28). Sum of RGB (Red+Green+Blue) = 10+89+28=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 89 (35.16% from 255 or 70.08% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 89 - color contains mainly: green. Hex color #0A591C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A591C is #F5A6E3. Grayscale: #3A3A3A. Windows color (decimal): -16099044 or 1857802. OLE color: 1857802.

HSL color Cylindrical-coordinate representation of color #0A591C: hue angle of 133.67º 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 #0A591C is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 89 28 -
CMYK 0.89 0 0.69 0.65
HSL 133.67º 0.8% 0.19% -
HSV(B) 133.67º 0.89% 0.35% -
XYZ 3.91 7.29 2.3 -
YUV 58.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 10 89 28 0.89 0 0.69 0.65 133.67 0.8 0.19
Hex A 59 1C 59 0 45 41 86 50 13
Octal 12 131 34 131 0 105 101 206 120 23
Binary 1010 1011001 11100 1011001 0 1000101 1000001 10000110 1010000 10011

Color Harmonies of #0A591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A591C

Black with #0A591C

Text Example


Text Example

White with #0A591C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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