#347439

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

Shades of Japanese Laurel #347439

Tints of Japanese Laurel #347439

Color information

#347439 (or 0x347439) is unknown color: approx Japanese Laurel. HEX triplet: 34, 74 and 39. RGB value is (52,116,57). Sum of RGB (Red+Green+Blue) = 52+116+57=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #347439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347439 is #CB8BC6. Grayscale: #5A5A5A. Windows color (decimal): -13339591 or 3765300. OLE color: 3765300.

HSL color Cylindrical-coordinate representation of color #347439: hue angle of 124.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347439 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB5211657-
CMYK0.5500.510.55
HSL124.69º38.1%32.94%-
HSV(B)124.69º55.17%45.49%-
XYZ8.413.526.04-
YUV90.14109.3100.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=23.11%
G=51.56%
B=25.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116570.5500.510.55124.6938.132.94
Hex34743937033377d2621
Octal641647167063671754641
Binary110100111010011100111011101100111101111111101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347439; }

 p { color: rgb(52,116,57); }

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

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

 a { background-color: rgb(52,116,57); }

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

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

 span { border-color: rgb(52,116,57); }

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