Html Css Color HEX #0A5221 Crusoe

📋 copy color: '#0A5221'

red 10 ◦ green 82 ◦ blue 33

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

Shades of Crusoe #0A5221

Tints of Crusoe #0A5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 65.6%

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

R = 8%
G = 65.6%
B = 26.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#0A5221 (or 0x0A5221) is known color: Crusoe. HEX triplet: 0A, 52 and 21. RGB value is (10,82,33). Sum of RGB (Red+Green+Blue) = 10+82+33=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5221 is #F5ADDE. Grayscale: #373737. Windows color (decimal): -16100831 or 2183690. OLE color: 2183690.

HSL color Cylindrical-coordinate representation of color #0A5221: hue angle of 139.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5221 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 82 33 -
CMYK 0.88 0 0.60 0.68
HSL 139.17º 0.78% 0.18% -
HSV(B) 139.17º 0.88% 0.32% -
XYZ 3.42 6.21 2.46 -
YUV 54.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 10 82 33 0.88 0 0.60 0.68 139.17 0.78 0.18
Hex A 52 21 58 0 3C 44 8B 4E 12
Octal 12 122 41 130 0 74 104 213 116 22
Binary 1010 1010010 100001 1011000 0 111100 1000100 10001011 1001110 10010

Color Harmonies of #0A5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5221

Black with #0A5221

Text Example


Text Example

White with #0A5221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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