#348D36

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

Shades of Japanese Laurel #348D36

Tints of Japanese Laurel #348D36

Color information

#348D36 (or 0x348D36) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8D and 36. RGB value is (52,141,54). Sum of RGB (Red+Green+Blue) = 52+141+54=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #348D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D36 is #CB72C9. Grayscale: #686868. Windows color (decimal): -13333194 or 3575092. OLE color: 3575092.

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

Color convert

RGB5214154-
CMYK0.6300.620.45
HSL121.35º46.11%37.84%-
HSV(B)121.35º63.12%55.29%-
XYZ11.6120.056.75-
YUV104.4799.5190.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 141 (55.47% from 255) = 57.09%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=21.05%
G=57.09%
B=21.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141540.6300.620.45121.3546.1137.84
Hex348D363F03E2D792e26
Octal642156677076551715646
Binary1101001000110111011011111101111101011011111001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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