#348E3E

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

Shades of Japanese Laurel #348E3E

Tints of Japanese Laurel #348E3E

Color information

#348E3E (or 0x348E3E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8E and 3E. RGB value is (52,142,62). Sum of RGB (Red+Green+Blue) = 52+142+62=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #348E3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E3E is #CB71C1. Grayscale: #6A6A6A. Windows color (decimal): -13332930 or 4099636. OLE color: 4099636.

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

Color convert

RGB5214262-
CMYK0.6300.560.44
HSL126.67º46.39%38.04%-
HSV(B)126.67º63.38%55.69%-
XYZ11.9620.427.87-
YUV105.97103.1889.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 142 (55.86% from 255) = 55.47%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=20.31%
G=55.47%
B=24.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142620.6300.560.44126.6746.3938.04
Hex348E3E3F0382C7f2e26
Octal642167677070541775646
Binary1101001000111011111011111101110001011001111111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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