#348537

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

Shades of Japanese Laurel #348537

Tints of Japanese Laurel #348537

Color information

#348537 (or 0x348537) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 37. RGB value is (52,133,55). Sum of RGB (Red+Green+Blue) = 52+133+55=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #348537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348537 is #CB7AC8. Grayscale: #646464. Windows color (decimal): -13335241 or 3638580. OLE color: 3638580.

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

Color convert

RGB5213355-
CMYK0.6100.590.48
HSL122.22º43.78%36.27%-
HSV(B)122.22º60.9%52.16%-
XYZ10.4917.786.49-
YUV99.89102.6693.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=21.67%
G=55.42%
B=22.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133550.6100.590.48122.2243.7836.27
Hex3485373D03B307a2c24
Octal642056775073601725444
Binary1101001000010111011111110101110111100001111010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348537; }

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

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

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

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

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

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

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

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