#347835

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

Shades of Japanese Laurel #347835

Tints of Japanese Laurel #347835

Color information

#347835 (or 0x347835) is unknown color: approx Japanese Laurel. HEX triplet: 34, 78 and 35. RGB value is (52,120,53). Sum of RGB (Red+Green+Blue) = 52+120+53=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #347835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347835 is #CB87CA. Grayscale: #5C5C5C. Windows color (decimal): -13338571 or 3504180. OLE color: 3504180.

HSL color Cylindrical-coordinate representation of color #347835: hue angle of 120.88º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347835 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB5212053-
CMYK0.5700.560.53
HSL120.88º39.53%33.73%-
HSV(B)120.88º56.67%47.06%-
XYZ8.7814.425.69-
YUV92.03105.9799.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=23.11%
G=53.33%
B=23.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120530.5700.560.53120.8839.5333.73
Hex3478353903835792822
Octal641706571070651715042
Binary110100111100011010111100101110001101011111001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347835; }

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

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

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

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

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

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

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

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