Html Css Color HEX #0E462E Zuccini

📋 copy color: '#0E462E'

red 14 ◦ green 70 ◦ blue 46

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

Shades of Zuccini #0E462E

Tints of Zuccini #0E462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 35.38%

R = 10.77%
G = 53.85%
B = 35.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#0E462E (or 0x0E462E) is known color: Zuccini. HEX triplet: 0E, 46 and 2E. RGB value is (14,70,46). Sum of RGB (Red+Green+Blue) = 14+70+46=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #0E462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E462E is #F1B9D1. Grayscale: #323232. Windows color (decimal): -15841746 or 3032590. OLE color: 3032590.

HSL color Cylindrical-coordinate representation of color #0E462E: hue angle of 154.29º 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 #0E462E is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 14 70 46 -
CMYK 0.80 0 0.34 0.73
HSL 154.29º 0.67% 0.16% -
HSV(B) 154.29º 0.8% 0.27% -
XYZ 2.86 4.67 3.34 -
YUV 50.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 14 70 46 0.80 0 0.34 0.73 154.29 0.67 0.16
Hex E 46 2E 50 0 22 49 9A 43 10
Octal 16 106 56 120 0 42 111 232 103 20
Binary 1110 1000110 101110 1010000 0 100010 1001001 10011010 1000011 10000

Color Harmonies of #0E462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E462E

Black with #0E462E

Text Example


Text Example

White with #0E462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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