#348539

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

Shades of Japanese Laurel #348539

Tints of Japanese Laurel #348539

Color information

#348539 (or 0x348539) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 39. RGB value is (52,133,57). Sum of RGB (Red+Green+Blue) = 52+133+57=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #348539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348539 is #CB7AC6. Grayscale: #646464. Windows color (decimal): -13335239 or 3769652. OLE color: 3769652.

HSL color Cylindrical-coordinate representation of color #348539: hue angle of 123.7º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348539 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB5213357-
CMYK0.6100.570.48
HSL123.7º43.78%36.27%-
HSV(B)123.7º60.9%52.16%-
XYZ10.5417.86.75-
YUV100.12103.6693.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=21.49%
G=54.96%
B=23.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133570.6100.570.48123.743.7836.27
Hex3485393D039307c2c24
Octal642057175071601745444
Binary1101001000010111100111110101110011100001111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348539; }

 p { color: rgb(52,133,57); }

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

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

 a { background-color: rgb(52,133,57); }

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

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

 span { border-color: rgb(52,133,57); }

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