#34793D

Color #34793D Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #34793D

Tints of Japanese Laurel #34793D

Color information

#34793D (or 0x34793D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 3D. RGB value is (52,121,61). Sum of RGB (Red+Green+Blue) = 52+121+61=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #34793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34793D is #CB86C2. Grayscale: #5D5D5D. Windows color (decimal): -13338307 or 4028724. OLE color: 4028724.

HSL color Cylindrical-coordinate representation of color #34793D: hue angle of 127.83º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34793D is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB5212161-
CMYK0.5700.500.53
HSL127.83º39.88%33.92%-
HSV(B)127.83º57.02%47.45%-
XYZ9.114.746.78-
YUV93.53109.6498.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=22.22%
G=51.71%
B=26.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121610.5700.500.53127.8339.8833.92
Hex34793D3903235802822
Octal641717571062652005042
Binary1101001111001111101111001011001011010110000000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34793D; }

 p { color: rgb(52,121,61); }

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

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

 a { background-color: rgb(52,121,61); }

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

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

 span { border-color: rgb(52,121,61); }

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