#348E38

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

Shades of Japanese Laurel #348E38

Tints of Japanese Laurel #348E38

Color information

#348E38 (or 0x348E38) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8E and 38. RGB value is (52,142,56). Sum of RGB (Red+Green+Blue) = 52+142+56=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #348E38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E38 is #CB71C7. Grayscale: #696969. Windows color (decimal): -13332936 or 3706420. OLE color: 3706420.

HSL color Cylindrical-coordinate representation of color #348E38: hue angle of 122.67º 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 #348E38 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB5214256-
CMYK0.6300.610.44
HSL122.67º46.39%38.04%-
HSV(B)122.67º63.38%55.69%-
XYZ11.820.367.05-
YUV105.29100.1889.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 142 (55.86% from 255) = 56.8%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=20.8%
G=56.8%
B=22.4%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142560.6300.610.44122.6746.3938.04
Hex348E383F03D2C7b2e26
Octal642167077075541735646
Binary1101001000111011100011111101111011011001111011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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