Html Css Color HEX #134429 Zuccini

📋 copy color: '#134429'

red 19 ◦ green 68 ◦ blue 41

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

Shades of Zuccini #134429

Tints of Zuccini #134429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.13%

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

R = 14.84%
G = 53.13%
B = 32.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#134429 (or 0x134429) is known color: Zuccini. HEX triplet: 13, 44 and 29. RGB value is (19,68,41). Sum of RGB (Red+Green+Blue) = 19+68+41=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #134429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134429 is #ECBBD6. Grayscale: #323232. Windows color (decimal): -15514583 or 2704403. OLE color: 2704403.

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

Color convert

RGB 19 68 41 -
CMYK 0.72 0 0.40 0.73
HSL 146.94º 0.56% 0.17% -
HSV(B) 146.94º 0.72% 0.27% -
XYZ 2.74 4.43 2.81 -
YUV 50.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 19 68 41 0.72 0 0.40 0.73 146.94 0.56 0.17
Hex 13 44 29 48 0 28 49 93 38 11
Octal 23 104 51 110 0 50 111 223 70 21
Binary 10011 1000100 101001 1001000 0 101000 1001001 10010011 111000 10001

Color Harmonies of #134429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134429

Black with #134429

Text Example


Text Example

White with #134429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134429; }

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

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

background-color css

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

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

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

border-color css

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

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

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