#34703B

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

Shades of Japanese Laurel #34703B

Tints of Japanese Laurel #34703B

Color information

#34703B (or 0x34703B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 70 and 3B. RGB value is (52,112,59). Sum of RGB (Red+Green+Blue) = 52+112+59=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #34703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34703B is #CB8FC4. Grayscale: #585858. Windows color (decimal): -13340613 or 3895348. OLE color: 3895348.

HSL color Cylindrical-coordinate representation of color #34703B: hue angle of 127º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34703B is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB5211259-
CMYK0.5400.470.56
HSL127º36.59%32.16%-
HSV(B)127º53.57%43.92%-
XYZ812.636.15-
YUV88.02111.62102.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=23.32%
G=50.22%
B=26.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112590.5400.470.5612736.5932.16
Hex34703B3602F387f2520
Octal641607366057701774540
Binary110100111000011101111011001011111110001111111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34703B; }

 p { color: rgb(52,112,59); }

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

<style>
 a { background-color: #34703B; }

 a { background-color: rgb(52,112,59); }

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

<style>
 span { border-color: #34703B; }

 span { border-color: rgb(52,112,59); }

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