#348E37

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

Shades of Japanese Laurel #348E37

Tints of Japanese Laurel #348E37

Color information

#348E37 (or 0x348E37) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8E and 37. RGB value is (52,142,55). Sum of RGB (Red+Green+Blue) = 52+142+55=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 142 (55.86% from 255 or 57.03% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 142 - color contains mainly: green. Hex color #348E37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E37 is #CB71C8. Grayscale: #696969. Windows color (decimal): -13332937 or 3640884. OLE color: 3640884.

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

Color convert

RGB5214255-
CMYK0.6300.610.44
HSL122º46.39%38.04%-
HSV(B)122º63.38%55.69%-
XYZ11.7820.356.92-
YUV105.1799.6890.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 142 (55.86% from 255) = 57.03%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=20.88%
G=57.03%
B=22.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142550.6300.610.4412246.3938.04
Hex348E373F03D2C7a2e26
Octal642166777075541725646
Binary1101001000111011011111111101111011011001111010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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