#134B28

Color #134B28 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #134B28

Tints of Zuccini #134B28

Color information

#134B28 (or 0x134B28) is unknown color: approx Zuccini. HEX triplet: 13, 4B and 28. RGB value is (19,75,40). Sum of RGB (Red+Green+Blue) = 19+75+40=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #134B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B28 is #ECB4D7. Grayscale: #363636. Windows color (decimal): -15512792 or 2640659. OLE color: 2640659.

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

Color convert

RGB197540-
CMYK0.7500.470.71
HSL142.5º59.57%18.43%-
HSV(B)142.5º74.67%29.41%-
XYZ3.175.322.87-
YUV54.27119.95102.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 75 (29.69% from 255) = 55.97%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=14.18%
G=55.97%
B=29.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975400.7500.470.71142.559.5718.43
Hex134B284B02F478e3c12
Octal23113501130571072167422
Binary1001110010111010001001011010111110001111000111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #134B28;
 }
 .AnyTagClassName
 {
   color: #134B28;
 }
</style>
background-color css

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

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

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

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

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

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