#34782C

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

Shades of Japanese Laurel #34782C

Tints of Japanese Laurel #34782C

Color information

#34782C (or 0x34782C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 78 and 2C. RGB value is (52,120,44). Sum of RGB (Red+Green+Blue) = 52+120+44=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #34782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34782C is #CB87D3. Grayscale: #5B5B5B. Windows color (decimal): -13338580 or 2914356. OLE color: 2914356.

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

Color convert

RGB5212044-
CMYK0.5700.630.53
HSL113.68º46.34%32.16%-
HSV(B)113.68º63.33%47.06%-
XYZ8.5914.344.7-
YUV91101.47100.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=24.07%
G=55.56%
B=20.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120440.5700.630.53113.6846.3432.16
Hex34782C3903F35722e20
Octal641705471077651625640
Binary110100111100010110011100101111111101011110010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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