#348D3A

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

Shades of Japanese Laurel #348D3A

Tints of Japanese Laurel #348D3A

Color information

#348D3A (or 0x348D3A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8D and 3A. RGB value is (52,141,58). Sum of RGB (Red+Green+Blue) = 52+141+58=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #348D3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D3A is #CB72C5. Grayscale: #696969. Windows color (decimal): -13333190 or 3837236. OLE color: 3837236.

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

Color convert

RGB5214158-
CMYK0.6300.590.45
HSL124.04º46.11%37.84%-
HSV(B)124.04º63.12%55.29%-
XYZ11.720.097.26-
YUV104.93101.5190.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 141 (55.47% from 255) = 56.18%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=20.72%
G=56.18%
B=23.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141580.6300.590.45124.0446.1137.84
Hex348D3A3F03B2D7c2e26
Octal642157277073551745646
Binary1101001000110111101011111101110111011011111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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