Html Css Color HEX #0E492D Zuccini

📋 copy color: '#0E492D'

red 14 ◦ green 73 ◦ blue 45

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

Shades of Zuccini #0E492D

Tints of Zuccini #0E492D

RGB

 RED value IS 14 (5.86% from 255) = 10.61%

 GREEN value IS 73 (28.91% from 255) = 55.3%

 BLUE value IS 45 (17.97% from 255) = 34.09%

R = 10.61%
G = 55.3%
B = 34.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#0E492D (or 0x0E492D) is known color: Zuccini. HEX triplet: 0E, 49 and 2D. RGB value is (14,73,45). Sum of RGB (Red+Green+Blue) = 14+73+45=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #0E492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E492D is #F1B6D2. Grayscale: #343434. Windows color (decimal): -15840979 or 2967822. OLE color: 2967822.

HSL color Cylindrical-coordinate representation of color #0E492D: hue angle of 151.53º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E492D is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 73 45 -
CMYK 0.81 0 0.38 0.71
HSL 151.53º 0.68% 0.17% -
HSV(B) 151.53º 0.81% 0.29% -
XYZ 3.04 5.05 3.3 -
YUV 52.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 14 73 45 0.81 0 0.38 0.71 151.53 0.68 0.17
Hex E 49 2D 51 0 26 47 98 44 11
Octal 16 111 55 121 0 46 107 230 104 21
Binary 1110 1001001 101101 1010001 0 100110 1000111 10011000 1000100 10001

Color Harmonies of #0E492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E492D

Black with #0E492D

Text Example


Text Example

White with #0E492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,73,45); }

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

background-color css

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

 a { background-color: rgb(14,73,45); }

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

border-color css

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

 span { border-color: rgb(14,73,45); }

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