#134825

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

Shades of Zuccini #134825

Tints of Zuccini #134825

Color information

#134825 (or 0x134825) is unknown color: approx Zuccini. HEX triplet: 13, 48 and 25. RGB value is (19,72,37). Sum of RGB (Red+Green+Blue) = 19+72+37=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #134825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134825 is #ECB7DA. Grayscale: #343434. Windows color (decimal): -15513563 or 2443283. OLE color: 2443283.

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

Color convert

RGB197237-
CMYK0.7400.490.72
HSL140.38º58.24%17.84%-
HSV(B)140.38º73.61%28.24%-
XYZ2.924.912.54-
YUV52.16119.44104.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=14.84%
G=56.25%
B=28.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972370.7400.490.72140.3858.2417.84
Hex1348254A031488c3a12
Octal23110451120611102147222
Binary1001110010001001011001010011000110010001000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134825; }

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

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

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

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

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

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

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

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