Html Css Color HEX #134129 Zuccini

📋 copy color: '#134129'

red 19 ◦ green 65 ◦ blue 41

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

Shades of Zuccini #134129

Tints of Zuccini #134129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52%

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

R = 15.2%
G = 52%
B = 32.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#134129 (or 0x134129) is known color: Zuccini. HEX triplet: 13, 41 and 29. RGB value is (19,65,41). Sum of RGB (Red+Green+Blue) = 19+65+41=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #134129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134129 is #ECBED6. Grayscale: #303030. Windows color (decimal): -15515351 or 2703635. OLE color: 2703635.

HSL color Cylindrical-coordinate representation of color #134129: hue angle of 148.7º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134129 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 41 -
CMYK 0.71 0 0.37 0.75
HSL 148.7º 0.55% 0.16% -
HSV(B) 148.7º 0.71% 0.25% -
XYZ 2.56 4.08 2.75 -
YUV 48.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 19 65 41 0.71 0 0.37 0.75 148.7 0.55 0.16
Hex 13 41 29 47 0 25 4B 95 37 10
Octal 23 101 51 107 0 45 113 225 67 20
Binary 10011 1000001 101001 1000111 0 100101 1001011 10010101 110111 10000

Color Harmonies of #134129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134129

Black with #134129

Text Example


Text Example

White with #134129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134129; }

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

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

background-color css

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

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

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

border-color css

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

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

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