#348B3A

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

Shades of Japanese Laurel #348B3A

Tints of Japanese Laurel #348B3A

Color information

#348B3A (or 0x348B3A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8B and 3A. RGB value is (52,139,58). Sum of RGB (Red+Green+Blue) = 52+139+58=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #348B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B3A is #CB74C5. Grayscale: #676767. Windows color (decimal): -13333702 or 3836724. OLE color: 3836724.

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

Color convert

RGB5213958-
CMYK0.6300.580.45
HSL124.14º45.55%37.45%-
HSV(B)124.14º62.59%54.51%-
XYZ11.4119.57.17-
YUV103.75102.1891.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=20.88%
G=55.82%
B=23.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52139580.6300.580.45124.1445.5537.45
Hex348B3A3F03A2D7c2e25
Octal642137277072551745645
Binary1101001000101111101011111101110101011011111100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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