#346F35

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

Shades of Japanese Laurel #346F35

Tints of Japanese Laurel #346F35

Color information

#346F35 (or 0x346F35) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6F and 35. RGB value is (52,111,53). Sum of RGB (Red+Green+Blue) = 52+111+53=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #346F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F35 is #CB90CA. Grayscale: #565656. Windows color (decimal): -13340875 or 3501876. OLE color: 3501876.

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

Color convert

RGB5211153-
CMYK0.5300.520.56
HSL121.02º36.2%31.96%-
HSV(B)121.02º53.15%43.53%-
XYZ7.7412.365.34-
YUV86.75108.95103.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 111 (43.75% from 255) = 51.39%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=24.07%
G=51.39%
B=24.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111530.5300.520.56121.0236.231.96
Hex346F353503438792420
Octal641576565064701714440
Binary110100110111111010111010101101001110001111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,111,53); }

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

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

 a { background-color: rgb(52,111,53); }

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

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

 span { border-color: rgb(52,111,53); }

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