Html Css Color HEX #0E4129 Zuccini

📋 copy color: '#0E4129'

red 14 ◦ green 65 ◦ blue 41

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

Shades of Zuccini #0E4129

Tints of Zuccini #0E4129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.17%

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

R = 11.67%
G = 54.17%
B = 34.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#0E4129 (or 0x0E4129) is known color: Zuccini. HEX triplet: 0E, 41 and 29. RGB value is (14,65,41). Sum of RGB (Red+Green+Blue) = 14+65+41=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #0E4129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4129 is #F1BED6. Grayscale: #2F2F2F. Windows color (decimal): -15843031 or 2703630. OLE color: 2703630.

HSL color Cylindrical-coordinate representation of color #0E4129: hue angle of 151.76º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E4129 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 14 65 41 -
CMYK 0.78 0 0.37 0.75
HSL 151.76º 0.65% 0.15% -
HSV(B) 151.76º 0.78% 0.25% -
XYZ 2.47 4.03 2.75 -
YUV 47.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 14 65 41 0.78 0 0.37 0.75 151.76 0.65 0.15
Hex E 41 29 4E 0 25 4B 98 41 F
Octal 16 101 51 116 0 45 113 230 101 17
Binary 1110 1000001 101001 1001110 0 100101 1001011 10011000 1000001 1111

Color Harmonies of #0E4129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4129

Black with #0E4129

Text Example


Text Example

White with #0E4129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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