#347531

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

Shades of Japanese Laurel #347531

Tints of Japanese Laurel #347531

Color information

#347531 (or 0x347531) is unknown color: approx Japanese Laurel. HEX triplet: 34, 75 and 31. RGB value is (52,117,49). Sum of RGB (Red+Green+Blue) = 52+117+49=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #347531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347531 is #CB8ACE. Grayscale: #5A5A5A. Windows color (decimal): -13339343 or 3241268. OLE color: 3241268.

HSL color Cylindrical-coordinate representation of color #347531: hue angle of 117.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347531 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB5211749-
CMYK0.5600.580.54
HSL117.35º40.96%32.55%-
HSV(B)117.35º58.12%45.88%-
XYZ8.3313.675.11-
YUV89.81104.97101.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 117 (46.09% from 255) = 53.67%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=23.85%
G=53.67%
B=22.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117490.5600.580.54117.3540.9632.55
Hex3475313803A36752921
Octal641656170072661655141
Binary110100111010111000111100001110101101101110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347531; }

 p { color: rgb(52,117,49); }

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

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

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

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

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

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

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