Html Css Color HEX #0E4D29 Zuccini

📋 copy color: '#0E4D29'

red 14 ◦ green 77 ◦ blue 41

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

Shades of Zuccini #0E4D29

Tints of Zuccini #0E4D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 58.33%

 BLUE value IS 41 (16.41% from 255) = 31.06%

R = 10.61%
G = 58.33%
B = 31.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#0E4D29 (or 0x0E4D29) is known color: Zuccini. HEX triplet: 0E, 4D and 29. RGB value is (14,77,41). Sum of RGB (Red+Green+Blue) = 14+77+41=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4D29 is #F1B2D6. Grayscale: #363636. Windows color (decimal): -15839959 or 2706702. OLE color: 2706702.

HSL color Cylindrical-coordinate representation of color #0E4D29: hue angle of 145.71º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4D29 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 77 41 -
CMYK 0.82 0 0.47 0.70
HSL 145.71º 0.69% 0.18% -
HSV(B) 145.71º 0.82% 0.3% -
XYZ 3.24 5.56 3 -
YUV 54.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 14 77 41 0.82 0 0.47 0.70 145.71 0.69 0.18
Hex E 4D 29 52 0 2F 46 92 45 12
Octal 16 115 51 122 0 57 106 222 105 22
Binary 1110 1001101 101001 1010010 0 101111 1000110 10010010 1000101 10010

Color Harmonies of #0E4D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4D29

Black with #0E4D29

Text Example


Text Example

White with #0E4D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,77,41); }

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

background-color css

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

 a { background-color: rgb(14,77,41); }

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

border-color css

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

 span { border-color: rgb(14,77,41); }

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