#34723D

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

Shades of Japanese Laurel #34723D

Tints of Japanese Laurel #34723D

Color information

#34723D (or 0x34723D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 72 and 3D. RGB value is (52,114,61). Sum of RGB (Red+Green+Blue) = 52+114+61=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #34723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34723D is #CB8DC2. Grayscale: #595959. Windows color (decimal): -13340099 or 4026932. OLE color: 4026932.

HSL color Cylindrical-coordinate representation of color #34723D: hue angle of 128.71º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34723D is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB5211461-
CMYK0.5400.460.55
HSL128.71º37.35%32.55%-
HSV(B)128.71º54.39%44.71%-
XYZ8.2813.16.51-
YUV89.42111.96101.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=22.91%
G=50.22%
B=26.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114610.5400.460.55128.7137.3532.55
Hex34723D3602E37812521
Octal641627566056672014541
Binary1101001110010111101110110010111011011110000001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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