Html Css Color HEX #0A3224 Dark Green

📋 copy color: '#0A3224'

red 10 ◦ green 50 ◦ blue 36

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

Shades of Dark Green #0A3224

Tints of Dark Green #0A3224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 52.08%

 BLUE value IS 36 (14.45% from 255) = 37.5%

R = 10.42%
G = 52.08%
B = 37.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#0A3224 (or 0x0A3224) is known color: Dark Green. HEX triplet: 0A, 32 and 24. RGB value is (10,50,36). Sum of RGB (Red+Green+Blue) = 10+50+36=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3224 is #F5CDDB. Grayscale: #242424. Windows color (decimal): -16109020 or 2372106. OLE color: 2372106.

HSL color Cylindrical-coordinate representation of color #0A3224: hue angle of 159º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3224 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 50 36 -
CMYK 0.80 0 0.28 0.80
HSL 159º 0.67% 0.12% -
HSV(B) 159º 0.8% 0.2% -
XYZ 1.58 2.47 2.06 -
YUV 36.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 10 50 36 0.80 0 0.28 0.80 159 0.67 0.12
Hex A 32 24 50 0 1C 50 9F 43 C
Octal 12 62 44 120 0 34 120 237 103 14
Binary 1010 110010 100100 1010000 0 11100 1010000 10011111 1000011 1100

Color Harmonies of #0A3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3224

Black with #0A3224

Text Example


Text Example

White with #0A3224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,50,36); }

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

background-color css

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

 a { background-color: rgb(10,50,36); }

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

border-color css

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

 span { border-color: rgb(10,50,36); }

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