#348732

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

Shades of Japanese Laurel #348732

Tints of Japanese Laurel #348732

Color information

#348732 (or 0x348732) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 32. RGB value is (52,135,50). Sum of RGB (Red+Green+Blue) = 52+135+50=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #348732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348732 is #CB78CD. Grayscale: #646464. Windows color (decimal): -13334734 or 3311412. OLE color: 3311412.

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

Color convert

RGB5213550-
CMYK0.6100.630.47
HSL118.59º45.95%36.27%-
HSV(B)118.59º62.96%52.94%-
XYZ10.6618.295.99-
YUV100.4999.593.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=21.94%
G=56.96%
B=21.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135500.6100.630.47118.5945.9536.27
Hex3487323D03F2F772e24
Octal642076275077571675644
Binary1101001000011111001011110101111111011111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348732; }

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

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

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

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

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

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

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

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