Html Css Color HEX #0A5121 Crusoe

📋 copy color: '#0A5121'

red 10 ◦ green 81 ◦ blue 33

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

Shades of Crusoe #0A5121

Tints of Crusoe #0A5121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 65.32%

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

R = 8.06%
G = 65.32%
B = 26.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#0A5121 (or 0x0A5121) is known color: Crusoe. HEX triplet: 0A, 51 and 21. RGB value is (10,81,33). Sum of RGB (Red+Green+Blue) = 10+81+33=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5121 is #F5AEDE. Grayscale: #363636. Windows color (decimal): -16101087 or 2183434. OLE color: 2183434.

HSL color Cylindrical-coordinate representation of color #0A5121: hue angle of 139.44º 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 #0A5121 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 81 33 -
CMYK 0.88 0 0.59 0.68
HSL 139.44º 0.78% 0.18% -
HSV(B) 139.44º 0.88% 0.32% -
XYZ 3.34 6.06 2.43 -
YUV 54.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 10 81 33 0.88 0 0.59 0.68 139.44 0.78 0.18
Hex A 51 21 58 0 3B 44 8B 4E 12
Octal 12 121 41 130 0 73 104 213 116 22
Binary 1010 1010001 100001 1011000 0 111011 1000100 10001011 1001110 10010

Color Harmonies of #0A5121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5121

Black with #0A5121

Text Example


Text Example

White with #0A5121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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