Html Css Color HEX #0E4628 Zuccini

📋 copy color: '#0E4628'

red 14 ◦ green 70 ◦ blue 40

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

Shades of Zuccini #0E4628

Tints of Zuccini #0E4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.45%

 BLUE value IS 40 (16.02% from 255) = 32.26%

R = 11.29%
G = 56.45%
B = 32.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#0E4628 (or 0x0E4628) is known color: Zuccini. HEX triplet: 0E, 46 and 28. RGB value is (14,70,40). Sum of RGB (Red+Green+Blue) = 14+70+40=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #0E4628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4628 is #F1B9D7. Grayscale: #313131. Windows color (decimal): -15841752 or 2639374. OLE color: 2639374.

HSL color Cylindrical-coordinate representation of color #0E4628: hue angle of 147.86º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4628 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 14 70 40 -
CMYK 0.80 0 0.43 0.73
HSL 147.86º 0.67% 0.16% -
HSV(B) 147.86º 0.8% 0.27% -
XYZ 2.75 4.63 2.76 -
YUV 49.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 14 70 40 0.80 0 0.43 0.73 147.86 0.67 0.16
Hex E 46 28 50 0 2B 49 94 43 10
Octal 16 106 50 120 0 53 111 224 103 20
Binary 1110 1000110 101000 1010000 0 101011 1001001 10010100 1000011 10000

Color Harmonies of #0E4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4628

Black with #0E4628

Text Example


Text Example

White with #0E4628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,70,40); }

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

background-color css

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

 a { background-color: rgb(14,70,40); }

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

border-color css

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

 span { border-color: rgb(14,70,40); }

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