#348240

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

Shades of Japanese Laurel #348240

Tints of Japanese Laurel #348240

Color information

#348240 (or 0x348240) is unknown color: approx Japanese Laurel. HEX triplet: 34, 82 and 40. RGB value is (52,130,64). Sum of RGB (Red+Green+Blue) = 52+130+64=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #348240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348240 is #CB7DBF. Grayscale: #636363. Windows color (decimal): -13336000 or 4227636. OLE color: 4227636.

HSL color Cylindrical-coordinate representation of color #348240: hue angle of 129.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348240 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB5213064-
CMYK0.6000.510.49
HSL129.23º42.86%35.69%-
HSV(B)129.23º60%50.98%-
XYZ10.3217.077.6-
YUV99.15108.1694.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=21.14%
G=52.85%
B=26.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130640.6000.510.49129.2342.8635.69
Hex3482403C03331812b24
Octal6420210074063612015344
Binary110100100000101000000111100011001111000110000001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348240; }

 p { color: rgb(52,130,64); }

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

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

 a { background-color: rgb(52,130,64); }

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

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

 span { border-color: rgb(52,130,64); }

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