Html Css Color HEX #134629 Zuccini

📋 copy color: '#134629'

red 19 ◦ green 70 ◦ blue 41

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

Shades of Zuccini #134629

Tints of Zuccini #134629

RGB

 RED value IS 19 (7.81% from 255) = 14.62%

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

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

R = 14.62%
G = 53.85%
B = 31.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#134629 (or 0x134629) is known color: Zuccini. HEX triplet: 13, 46 and 29. RGB value is (19,70,41). Sum of RGB (Red+Green+Blue) = 19+70+41=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #134629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134629 is #ECB9D6. Grayscale: #333333. Windows color (decimal): -15514071 or 2704915. OLE color: 2704915.

HSL color Cylindrical-coordinate representation of color #134629: hue angle of 145.88º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134629 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 41 -
CMYK 0.73 0 0.41 0.73
HSL 145.88º 0.57% 0.17% -
HSV(B) 145.88º 0.73% 0.27% -
XYZ 2.86 4.68 2.85 -
YUV 51.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 19 70 41 0.73 0 0.41 0.73 145.88 0.57 0.17
Hex 13 46 29 49 0 29 49 92 39 11
Octal 23 106 51 111 0 51 111 222 71 21
Binary 10011 1000110 101001 1001001 0 101001 1001001 10010010 111001 10001

Color Harmonies of #134629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134629

Black with #134629

Text Example


Text Example

White with #134629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134629; }

 p { color: rgb(19,70,41); }

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

background-color css

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

 a { background-color: rgb(19,70,41); }

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

border-color css

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

 span { border-color: rgb(19,70,41); }

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