#346F2B

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

Shades of Japanese Laurel #346F2B

Tints of Japanese Laurel #346F2B

Color information

#346F2B (or 0x346F2B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6F and 2B. RGB value is (52,111,43). Sum of RGB (Red+Green+Blue) = 52+111+43=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #346F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F2B is #CB90D4. Grayscale: #555555. Windows color (decimal): -13340885 or 2846516. OLE color: 2846516.

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

Color convert

RGB5211143-
CMYK0.5300.610.56
HSL112.06º44.16%30.2%-
HSV(B)112.06º61.26%43.53%-
XYZ7.5412.274.26-
YUV85.61103.95104.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=25.24%
G=53.88%
B=20.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111430.5300.610.56112.0644.1630.2
Hex346F2B3503D38702c1e
Octal641575365075701605436
Binary11010011011111010111101010111101111000111000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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