#134827

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

Shades of Zuccini #134827

Tints of Zuccini #134827

Color information

#134827 (or 0x134827) is unknown color: approx Zuccini. HEX triplet: 13, 48 and 27. RGB value is (19,72,39). Sum of RGB (Red+Green+Blue) = 19+72+39=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #134827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134827 is #ECB7D8. Grayscale: #343434. Windows color (decimal): -15513561 or 2574355. OLE color: 2574355.

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

Color convert

RGB197239-
CMYK0.7400.460.72
HSL142.64º58.24%17.84%-
HSV(B)142.64º73.61%28.24%-
XYZ2.954.922.71-
YUV52.39120.44104.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 39 (15.62% from 255) = 30%
R=14.62%
G=55.38%
B=30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972390.7400.460.72142.6458.2417.84
Hex1348274A02E488f3a12
Octal23110471120561102177222
Binary1001110010001001111001010010111010010001000111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134827; }

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

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

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

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

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

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

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

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