#134730

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

Shades of Zuccini #134730

Tints of Zuccini #134730

Color information

#134730 (or 0x134730) is unknown color: approx Zuccini. HEX triplet: 13, 47 and 30. RGB value is (19,71,48). Sum of RGB (Red+Green+Blue) = 19+71+48=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #134730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134730 is #ECB8CF. Grayscale: #343434. Windows color (decimal): -15513808 or 3163923. OLE color: 3163923.

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

Color convert

RGB197148-
CMYK0.7300.320.72
HSL153.46º57.78%17.65%-
HSV(B)153.46º73.24%27.84%-
XYZ3.064.863.57-
YUV52.83125.27103.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=13.77%
G=51.45%
B=34.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971480.7300.320.72153.4657.7817.65
Hex1347304902048993a12
Octal23107601110401102317222
Binary1001110001111100001001001010000010010001001100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134730; }

 p { color: rgb(19,71,48); }

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

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

 a { background-color: rgb(19,71,48); }

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

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

 span { border-color: rgb(19,71,48); }

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