#348E3A

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

Shades of Japanese Laurel #348E3A

Tints of Japanese Laurel #348E3A

Color information

#348E3A (or 0x348E3A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8E and 3A. RGB value is (52,142,58). Sum of RGB (Red+Green+Blue) = 52+142+58=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #348E3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E3A is #CB71C5. Grayscale: #696969. Windows color (decimal): -13332934 or 3837492. OLE color: 3837492.

HSL color Cylindrical-coordinate representation of color #348E3A: hue angle of 124º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E3A is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB5214258-
CMYK0.6300.590.44
HSL124º46.39%38.04%-
HSV(B)124º63.38%55.69%-
XYZ11.8520.387.31-
YUV105.51101.1889.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 142 (55.86% from 255) = 56.35%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=20.63%
G=56.35%
B=23.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142580.6300.590.4412446.3938.04
Hex348E3A3F03B2C7c2e26
Octal642167277073541745646
Binary1101001000111011101011111101110111011001111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348E3A; }

 p { color: rgb(52,142,58); }

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

<style>
 a { background-color: #348E3A; }

 a { background-color: rgb(52,142,58); }

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

<style>
 span { border-color: #348E3A; }

 span { border-color: rgb(52,142,58); }

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