Html Css Color HEX #0A5931 Crusoe

📋 copy color: '#0A5931'

red 10 ◦ green 89 ◦ blue 49

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

Shades of Crusoe #0A5931

Tints of Crusoe #0A5931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.11%

R = 6.76%
G = 60.14%
B = 33.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#0A5931 (or 0x0A5931) is known color: Crusoe. HEX triplet: 0A, 59 and 31. RGB value is (10,89,49). Sum of RGB (Red+Green+Blue) = 10+89+49=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5931 is #F5A6CE. Grayscale: #3C3C3C. Windows color (decimal): -16099023 or 3234058. OLE color: 3234058.

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

Color convert

RGB 10 89 49 -
CMYK 0.89 0 0.45 0.65
HSL 149.62º 0.8% 0.19% -
HSV(B) 149.62º 0.89% 0.35% -
XYZ 4.25 7.43 4.12 -
YUV 60.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 10 89 49 0.89 0 0.45 0.65 149.62 0.8 0.19
Hex A 59 31 59 0 2D 41 96 50 13
Octal 12 131 61 131 0 55 101 226 120 23
Binary 1010 1011001 110001 1011001 0 101101 1000001 10010110 1010000 10011

Color Harmonies of #0A5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5931

Black with #0A5931

Text Example


Text Example

White with #0A5931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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