#34782F

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

Shades of Japanese Laurel #34782F

Tints of Japanese Laurel #34782F

Color information

#34782F (or 0x34782F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 78 and 2F. RGB value is (52,120,47). Sum of RGB (Red+Green+Blue) = 52+120+47=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #34782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34782F is #CB87D0. Grayscale: #5B5B5B. Windows color (decimal): -13338577 or 3110964. OLE color: 3110964.

HSL color Cylindrical-coordinate representation of color #34782F: hue angle of 115.89º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34782F is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB5212047-
CMYK0.5700.610.53
HSL115.89º43.71%32.75%-
HSV(B)115.89º60.83%47.06%-
XYZ8.6514.375.01-
YUV91.35102.9799.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=23.74%
G=54.79%
B=21.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120470.5700.610.53115.8943.7132.75
Hex34782F3903D35742c21
Octal641705771075651645441
Binary110100111100010111111100101111011101011110100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34782F; }

 p { color: rgb(52,120,47); }

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

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

 a { background-color: rgb(52,120,47); }

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

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

 span { border-color: rgb(52,120,47); }

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