#347635

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

Shades of Japanese Laurel #347635

Tints of Japanese Laurel #347635

Color information

#347635 (or 0x347635) is unknown color: approx Japanese Laurel. HEX triplet: 34, 76 and 35. RGB value is (52,118,53). Sum of RGB (Red+Green+Blue) = 52+118+53=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #347635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347635 is #CB89CA. Grayscale: #5B5B5B. Windows color (decimal): -13339083 or 3503668. OLE color: 3503668.

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

Color convert

RGB5211853-
CMYK0.5600.550.54
HSL120.91º38.82%33.33%-
HSV(B)120.91º55.93%46.27%-
XYZ8.5413.945.61-
YUV90.86106.63100.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 118 (46.48% from 255) = 52.91%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=23.32%
G=52.91%
B=23.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118530.5600.550.54120.9138.8233.33
Hex3476353803736792721
Octal641666570067661714741
Binary110100111011011010111100001101111101101111001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347635; }

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

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

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

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

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

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

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

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