#347843

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

Shades of Japanese Laurel #347843

Tints of Japanese Laurel #347843

Color information

#347843 (or 0x347843) is unknown color: approx Japanese Laurel. HEX triplet: 34, 78 and 43. RGB value is (52,120,67). Sum of RGB (Red+Green+Blue) = 52+120+67=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #347843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347843 is #CB87BC. Grayscale: #5D5D5D. Windows color (decimal): -13338557 or 4421684. OLE color: 4421684.

HSL color Cylindrical-coordinate representation of color #347843: hue angle of 133.24º 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 #347843 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB5212067-
CMYK0.5700.440.53
HSL133.24º39.53%33.73%-
HSV(B)133.24º56.67%47.06%-
XYZ9.1514.577.64-
YUV93.63112.9798.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 67 (26.56% from 255) = 28.03%
R=21.76%
G=50.21%
B=28.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120670.5700.440.53133.2439.5333.73
Hex3478433902C35852822
Octal6417010371054652055042
Binary11010011110001000011111001010110011010110000101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347843; }

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

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

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

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

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

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

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

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