Html Css Color HEX #134828 Zuccini

📋 copy color: '#134828'

red 19 ◦ green 72 ◦ blue 40

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

Shades of Zuccini #134828

Tints of Zuccini #134828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.96%

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

R = 14.5%
G = 54.96%
B = 30.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#134828 (or 0x134828) is known color: Zuccini. HEX triplet: 13, 48 and 28. RGB value is (19,72,40). Sum of RGB (Red+Green+Blue) = 19+72+40=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #134828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134828 is #ECB7D7. Grayscale: #343434. Windows color (decimal): -15513560 or 2639891. OLE color: 2639891.

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

Color convert

RGB 19 72 40 -
CMYK 0.74 0 0.44 0.72
HSL 143.77º 0.58% 0.18% -
HSV(B) 143.77º 0.74% 0.28% -
XYZ 2.97 4.93 2.8 -
YUV 52.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 19 72 40 0.74 0 0.44 0.72 143.77 0.58 0.18
Hex 13 48 28 4A 0 2C 48 90 3A 12
Octal 23 110 50 112 0 54 110 220 72 22
Binary 10011 1001000 101000 1001010 0 101100 1001000 10010000 111010 10010

Color Harmonies of #134828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134828

Black with #134828

Text Example


Text Example

White with #134828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134828; }

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

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

background-color css

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

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

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

border-color css

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

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

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