#34743B

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

Shades of Japanese Laurel #34743B

Tints of Japanese Laurel #34743B

Color information

#34743B (or 0x34743B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 74 and 3B. RGB value is (52,116,59). Sum of RGB (Red+Green+Blue) = 52+116+59=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #34743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34743B is #CB8BC4. Grayscale: #5A5A5A. Windows color (decimal): -13339589 or 3896372. OLE color: 3896372.

HSL color Cylindrical-coordinate representation of color #34743B: hue angle of 126.56º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34743B is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB5211659-
CMYK0.5500.490.55
HSL126.56º38.1%32.94%-
HSV(B)126.56º55.17%45.49%-
XYZ8.4513.546.31-
YUV90.37110.3100.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 116 (45.70% from 255) = 51.10%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=22.91%
G=51.10%
B=25.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116590.5500.490.55126.5638.132.94
Hex34743B37031377f2621
Octal641647367061671774641
Binary110100111010011101111011101100011101111111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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