Html Css Color HEX #134A31 Zuccini

📋 copy color: '#134A31'

red 19 ◦ green 74 ◦ blue 49

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

Shades of Zuccini #134A31

Tints of Zuccini #134A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.11%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 13.38%
G = 52.11%
B = 34.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#134A31 (or 0x134A31) is known color: Zuccini. HEX triplet: 13, 4A and 31. RGB value is (19,74,49). Sum of RGB (Red+Green+Blue) = 19+74+49=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #134A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A31 is #ECB5CE. Grayscale: #363636. Windows color (decimal): -15513039 or 3230227. OLE color: 3230227.

HSL color Cylindrical-coordinate representation of color #134A31: hue angle of 152.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A31 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 74 49 -
CMYK 0.74 0 0.34 0.71
HSL 152.73º 0.59% 0.18% -
HSV(B) 152.73º 0.74% 0.29% -
XYZ 3.27 5.26 3.75 -
YUV 54.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 19 74 49 0.74 0 0.34 0.71 152.73 0.59 0.18
Hex 13 4A 31 4A 0 22 47 99 3B 12
Octal 23 112 61 112 0 42 107 231 73 22
Binary 10011 1001010 110001 1001010 0 100010 1000111 10011001 111011 10010

Color Harmonies of #134A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A31

Black with #134A31

Text Example


Text Example

White with #134A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134A31; }

 p { color: rgb(19,74,49); }

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

background-color css

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

 a { background-color: rgb(19,74,49); }

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

border-color css

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

 span { border-color: rgb(19,74,49); }

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