#346F2F

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

Shades of Japanese Laurel #346F2F

Tints of Japanese Laurel #346F2F

Color information

#346F2F (or 0x346F2F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6F and 2F. RGB value is (52,111,47). Sum of RGB (Red+Green+Blue) = 52+111+47=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #346F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F2F is #CB90D0. Grayscale: #565656. Windows color (decimal): -13340881 or 3108660. OLE color: 3108660.

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

Color convert

RGB5211147-
CMYK0.5300.580.56
HSL115.31º40.51%30.98%-
HSV(B)115.31º57.66%43.53%-
XYZ7.6112.34.66-
YUV86.06105.95103.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 111 (43.75% from 255) = 52.86%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=24.76%
G=52.86%
B=22.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111470.5300.580.56115.3140.5130.98
Hex346F2F3503A3873291f
Octal641575765072701635137
Binary11010011011111011111101010111010111000111001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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