#34812E

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

Shades of Japanese Laurel #34812E

Tints of Japanese Laurel #34812E

Color information

#34812E (or 0x34812E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 81 and 2E. RGB value is (52,129,46). Sum of RGB (Red+Green+Blue) = 52+129+46=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #34812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34812E is #CB7ED1. Grayscale: #606060. Windows color (decimal): -13336274 or 3047732. OLE color: 3047732.

HSL color Cylindrical-coordinate representation of color #34812E: hue angle of 115.66º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34812E is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB5212946-
CMYK0.6000.640.49
HSL115.66º47.43%34.31%-
HSV(B)115.66º64.34%50.59%-
XYZ9.7616.635.28-
YUV96.5299.4996.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 129 (50.78% from 255) = 56.83%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=22.91%
G=56.83%
B=20.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52129460.6000.640.49115.6647.4334.31
Hex34812E3C04031742f22
Octal6420156740100611645742
Binary11010010000001101110111100010000001100011110100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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