#348534

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

Shades of Japanese Laurel #348534

Tints of Japanese Laurel #348534

Color information

#348534 (or 0x348534) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 34. RGB value is (52,133,52). Sum of RGB (Red+Green+Blue) = 52+133+52=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #348534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348534 is #CB7ACB. Grayscale: #636363. Windows color (decimal): -13335244 or 3441972. OLE color: 3441972.

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

Color convert

RGB5213352-
CMYK0.6100.610.48
HSL120º43.78%36.27%-
HSV(B)120º60.9%52.16%-
XYZ10.4217.756.13-
YUV99.55101.1694.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=21.94%
G=56.12%
B=21.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133520.6100.610.4812043.7836.27
Hex3485343D03D30782c24
Octal642056475075601705444
Binary1101001000010111010011110101111011100001111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348534; }

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

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

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

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

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

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

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

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