Html Css Color HEX #0A4E2C Zuccini

📋 copy color: '#0A4E2C'

red 10 ◦ green 78 ◦ blue 44

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

Shades of Zuccini #0A4E2C

Tints of Zuccini #0A4E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.33%

R = 7.58%
G = 59.09%
B = 33.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#0A4E2C (or 0x0A4E2C) is known color: Zuccini. HEX triplet: 0A, 4E and 2C. RGB value is (10,78,44). Sum of RGB (Red+Green+Blue) = 10+78+44=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4E2C is #F5B1D3. Grayscale: #353535. Windows color (decimal): -16101844 or 2903562. OLE color: 2903562.

HSL color Cylindrical-coordinate representation of color #0A4E2C: hue angle of 150º 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 #0A4E2C is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 78 44 -
CMYK 0.87 0 0.44 0.69
HSL 150º 0.77% 0.17% -
HSV(B) 150º 0.87% 0.31% -
XYZ 3.3 5.7 3.31 -
YUV 53.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 10 78 44 0.87 0 0.44 0.69 150 0.77 0.17
Hex A 4E 2C 57 0 2C 45 96 4D 11
Octal 12 116 54 127 0 54 105 226 115 21
Binary 1010 1001110 101100 1010111 0 101100 1000101 10010110 1001101 10001

Color Harmonies of #0A4E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4E2C

Black with #0A4E2C

Text Example


Text Example

White with #0A4E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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