#348E36

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

Shades of Japanese Laurel #348E36

Tints of Japanese Laurel #348E36

Color information

#348E36 (or 0x348E36) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8E and 36. RGB value is (52,142,54). Sum of RGB (Red+Green+Blue) = 52+142+54=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #348E36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E36 is #CB71C9. Grayscale: #696969. Windows color (decimal): -13332938 or 3575348. OLE color: 3575348.

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

Color convert

RGB5214254-
CMYK0.6300.620.44
HSL121.33º46.39%38.04%-
HSV(B)121.33º63.38%55.69%-
XYZ11.7620.346.8-
YUV105.0699.1890.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 142 (55.86% from 255) = 57.26%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=20.97%
G=57.26%
B=21.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142540.6300.620.44121.3346.3938.04
Hex348E363F03E2C792e26
Octal642166677076541715646
Binary1101001000111011011011111101111101011001111001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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