#348D38

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

Shades of Japanese Laurel #348D38

Tints of Japanese Laurel #348D38

Color information

#348D38 (or 0x348D38) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8D and 38. RGB value is (52,141,56). Sum of RGB (Red+Green+Blue) = 52+141+56=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #348D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D38 is #CB72C7. Grayscale: #686868. Windows color (decimal): -13333192 or 3706164. OLE color: 3706164.

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

Color convert

RGB5214156-
CMYK0.6300.600.45
HSL122.7º46.11%37.84%-
HSV(B)122.7º63.12%55.29%-
XYZ11.6520.077-
YUV104.7100.5190.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 141 (55.47% from 255) = 56.63%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=20.88%
G=56.63%
B=22.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141560.6300.600.45122.746.1137.84
Hex348D383F03C2D7b2e26
Octal642157077074551735646
Binary1101001000110111100011111101111001011011111011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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