Html Css Color HEX #0A5915 Crusoe

📋 copy color: '#0A5915'

red 10 ◦ green 89 ◦ blue 21

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

Shades of Crusoe #0A5915

Tints of Crusoe #0A5915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 8.33%
G = 74.17%
B = 17.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#0A5915 (or 0x0A5915) is known color: Crusoe. HEX triplet: 0A, 59 and 15. RGB value is (10,89,21). Sum of RGB (Red+Green+Blue) = 10+89+21=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5915 is #F5A6EA. Grayscale: #393939. Windows color (decimal): -16099051 or 1399050. OLE color: 1399050.

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

Color convert

RGB 10 89 21 -
CMYK 0.89 0 0.76 0.65
HSL 128.35º 0.8% 0.19% -
HSV(B) 128.35º 0.89% 0.35% -
XYZ 3.83 7.26 1.91 -
YUV 57.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 10 89 21 0.89 0 0.76 0.65 128.35 0.8 0.19
Hex A 59 15 59 0 4C 41 80 50 13
Octal 12 131 25 131 0 114 101 200 120 23
Binary 1010 1011001 10101 1011001 0 1001100 1000001 10000000 1010000 10011

Color Harmonies of #0A5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5915

Black with #0A5915

Text Example


Text Example

White with #0A5915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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