Html Css Color HEX #134728 Zuccini

📋 copy color: '#134728'

red 19 ◦ green 71 ◦ blue 40

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

Shades of Zuccini #134728

Tints of Zuccini #134728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.62%

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 14.62%
G = 54.62%
B = 30.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#134728 (or 0x134728) is known color: Zuccini. HEX triplet: 13, 47 and 28. RGB value is (19,71,40). Sum of RGB (Red+Green+Blue) = 19+71+40=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #134728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134728 is #ECB8D7. Grayscale: #333333. Windows color (decimal): -15513816 or 2639635. OLE color: 2639635.

HSL color Cylindrical-coordinate representation of color #134728: hue angle of 144.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134728 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 40 -
CMYK 0.73 0 0.44 0.72
HSL 144.23º 0.58% 0.18% -
HSV(B) 144.23º 0.73% 0.28% -
XYZ 2.9 4.8 2.78 -
YUV 51.92 121.27 104.52 -
System Red Green Blue C M Y K H S L
Decimal 19 71 40 0.73 0 0.44 0.72 144.23 0.58 0.18
Hex 13 47 28 49 0 2C 48 90 3A 12
Octal 23 107 50 111 0 54 110 220 72 22
Binary 10011 1000111 101000 1001001 0 101100 1001000 10010000 111010 10010

Color Harmonies of #134728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134728

Black with #134728

Text Example


Text Example

White with #134728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134728; }

 p { color: rgb(19,71,40); }

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

background-color css

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

 a { background-color: rgb(19,71,40); }

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

border-color css

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

 span { border-color: rgb(19,71,40); }

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