Html Css Color HEX #134A28 Zuccini

📋 copy color: '#134A28'

red 19 ◦ green 74 ◦ blue 40

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

Shades of Zuccini #134A28

Tints of Zuccini #134A28

RGB

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

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

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

R = 14.29%
G = 55.64%
B = 30.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#134A28 (or 0x134A28) is known color: Zuccini. HEX triplet: 13, 4A and 28. RGB value is (19,74,40). Sum of RGB (Red+Green+Blue) = 19+74+40=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #134A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A28 is #ECB5D7. Grayscale: #353535. Windows color (decimal): -15513048 or 2640403. OLE color: 2640403.

HSL color Cylindrical-coordinate representation of color #134A28: hue angle of 142.91º 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 #134A28 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 74 40 -
CMYK 0.74 0 0.46 0.71
HSL 142.91º 0.59% 0.18% -
HSV(B) 142.91º 0.74% 0.29% -
XYZ 3.1 5.19 2.85 -
YUV 53.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 19 74 40 0.74 0 0.46 0.71 142.91 0.59 0.18
Hex 13 4A 28 4A 0 2E 47 8F 3B 12
Octal 23 112 50 112 0 56 107 217 73 22
Binary 10011 1001010 101000 1001010 0 101110 1000111 10001111 111011 10010

Color Harmonies of #134A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A28

Black with #134A28

Text Example


Text Example

White with #134A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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