Html Css Color HEX #0A4E24 Zuccini

📋 copy color: '#0A4E24'

red 10 ◦ green 78 ◦ blue 36

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

Shades of Zuccini #0A4E24

Tints of Zuccini #0A4E24

RGB

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

 GREEN value IS 78 (30.86% from 255) = 62.9%

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

R = 8.06%
G = 62.9%
B = 29.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#0A4E24 (or 0x0A4E24) is known color: Zuccini. HEX triplet: 0A, 4E and 24. RGB value is (10,78,36). Sum of RGB (Red+Green+Blue) = 10+78+36=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4E24 is #F5B1DB. Grayscale: #343434. Windows color (decimal): -16101852 or 2379274. OLE color: 2379274.

HSL color Cylindrical-coordinate representation of color #0A4E24: hue angle of 142.94º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4E24 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 78 36 -
CMYK 0.87 0 0.54 0.69
HSL 142.94º 0.77% 0.17% -
HSV(B) 142.94º 0.87% 0.31% -
XYZ 3.17 5.64 2.59 -
YUV 52.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 10 78 36 0.87 0 0.54 0.69 142.94 0.77 0.17
Hex A 4E 24 57 0 36 45 8F 4D 11
Octal 12 116 44 127 0 66 105 217 115 21
Binary 1010 1001110 100100 1010111 0 110110 1000101 10001111 1001101 10001

Color Harmonies of #0A4E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4E24

Black with #0A4E24

Text Example


Text Example

White with #0A4E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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