Html Css Color HEX #134029 Zuccini

📋 copy color: '#134029'

red 19 ◦ green 64 ◦ blue 41

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

Shades of Zuccini #134029

Tints of Zuccini #134029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.61%

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

R = 15.32%
G = 51.61%
B = 33.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#134029 (or 0x134029) is known color: Zuccini. HEX triplet: 13, 40 and 29. RGB value is (19,64,41). Sum of RGB (Red+Green+Blue) = 19+64+41=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #134029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134029 is #ECBFD6. Grayscale: #2F2F2F. Windows color (decimal): -15515607 or 2703379. OLE color: 2703379.

HSL color Cylindrical-coordinate representation of color #134029: hue angle of 149.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134029 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 41 -
CMYK 0.70 0 0.36 0.75
HSL 149.33º 0.54% 0.16% -
HSV(B) 149.33º 0.7% 0.25% -
XYZ 2.5 3.97 2.73 -
YUV 47.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 19 64 41 0.70 0 0.36 0.75 149.33 0.54 0.16
Hex 13 40 29 46 0 24 4B 95 36 10
Octal 23 100 51 106 0 44 113 225 66 20
Binary 10011 1000000 101001 1000110 0 100100 1001011 10010101 110110 10000

Color Harmonies of #134029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134029

Black with #134029

Text Example


Text Example

White with #134029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134029; }

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

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

background-color css

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

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

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

border-color css

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

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

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