Html Css Color HEX #0A5921 Crusoe

📋 copy color: '#0A5921'

red 10 ◦ green 89 ◦ blue 33

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

Shades of Crusoe #0A5921

Tints of Crusoe #0A5921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25%

R = 7.58%
G = 67.42%
B = 25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#0A5921 (or 0x0A5921) is known color: Crusoe. HEX triplet: 0A, 59 and 21. RGB value is (10,89,33). Sum of RGB (Red+Green+Blue) = 10+89+33=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5921 is #F5A6DE. Grayscale: #3B3B3B. Windows color (decimal): -16099039 or 2185482. OLE color: 2185482.

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

Color convert

RGB 10 89 33 -
CMYK 0.89 0 0.63 0.65
HSL 137.47º 0.8% 0.19% -
HSV(B) 137.47º 0.89% 0.35% -
XYZ 3.97 7.32 2.64 -
YUV 59 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 10 89 33 0.89 0 0.63 0.65 137.47 0.8 0.19
Hex A 59 21 59 0 3F 41 89 50 13
Octal 12 131 41 131 0 77 101 211 120 23
Binary 1010 1011001 100001 1011001 0 111111 1000001 10001001 1010000 10011

Color Harmonies of #0A5921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5921

Black with #0A5921

Text Example


Text Example

White with #0A5921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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