#346E36

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

Shades of Japanese Laurel #346E36

Tints of Japanese Laurel #346E36

Color information

#346E36 (or 0x346E36) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6E and 36. RGB value is (52,110,54). Sum of RGB (Red+Green+Blue) = 52+110+54=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #346E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E36 is #CB91C9. Grayscale: #565656. Windows color (decimal): -13341130 or 3567156. OLE color: 3567156.

HSL color Cylindrical-coordinate representation of color #346E36: hue angle of 122.07º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E36 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB5211054-
CMYK0.5300.510.57
HSL122.07º35.8%31.76%-
HSV(B)122.07º52.73%43.14%-
XYZ7.6612.155.43-
YUV86.27109.78103.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 110 (43.36% from 255) = 50.93%
BLUE value IS 54 (21.48% from 255) = 25%
R=24.07%
G=50.93%
B=25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110540.5300.510.57122.0735.831.76
Hex346E3635033397a2420
Octal641566665063711724440
Binary110100110111011011011010101100111110011111010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346E36; }

 p { color: rgb(52,110,54); }

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

<style>
 a { background-color: #346E36; }

 a { background-color: rgb(52,110,54); }

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

<style>
 span { border-color: #346E36; }

 span { border-color: rgb(52,110,54); }

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