#34782E

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

Shades of Japanese Laurel #34782E

Tints of Japanese Laurel #34782E

Color information

#34782E (or 0x34782E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 78 and 2E. RGB value is (52,120,46). Sum of RGB (Red+Green+Blue) = 52+120+46=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #34782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34782E is #CB87D1. Grayscale: #5B5B5B. Windows color (decimal): -13338578 or 3045428. OLE color: 3045428.

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

Color convert

RGB5212046-
CMYK0.5700.620.53
HSL115.14º44.58%32.55%-
HSV(B)115.14º61.67%47.06%-
XYZ8.6314.364.9-
YUV91.23102.47100.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=23.85%
G=55.05%
B=21.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120460.5700.620.53115.1444.5832.55
Hex34782E3903E35732d21
Octal641705671076651635541
Binary110100111100010111011100101111101101011110011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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