#348735

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

Shades of Japanese Laurel #348735

Tints of Japanese Laurel #348735

Color information

#348735 (or 0x348735) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 35. RGB value is (52,135,53). Sum of RGB (Red+Green+Blue) = 52+135+53=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #348735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348735 is #CB78CA. Grayscale: #656565. Windows color (decimal): -13334731 or 3508020. OLE color: 3508020.

HSL color Cylindrical-coordinate representation of color #348735: hue angle of 120.72º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348735 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB5213553-
CMYK0.6100.610.47
HSL120.72º44.39%36.67%-
HSV(B)120.72º61.48%52.94%-
XYZ10.7218.326.34-
YUV100.8410193.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 135 (53.12% from 255) = 56.25%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=21.67%
G=56.25%
B=22.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135530.6100.610.47120.7244.3936.67
Hex3487353D03D2F792c25
Octal642076575075571715445
Binary1101001000011111010111110101111011011111111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348735; }

 p { color: rgb(52,135,53); }

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

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

 a { background-color: rgb(52,135,53); }

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

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

 span { border-color: rgb(52,135,53); }

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