#347B43

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

Shades of Japanese Laurel #347B43

Tints of Japanese Laurel #347B43

Color information

#347B43 (or 0x347B43) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7B and 43. RGB value is (52,123,67). Sum of RGB (Red+Green+Blue) = 52+123+67=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #347B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B43 is #CB84BC. Grayscale: #5F5F5F. Windows color (decimal): -13337789 or 4422452. OLE color: 4422452.

HSL color Cylindrical-coordinate representation of color #347B43: hue angle of 132.68º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B43 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB5212367-
CMYK0.5800.460.52
HSL132.68º40.57%34.31%-
HSV(B)132.68º57.72%48.24%-
XYZ9.5115.37.76-
YUV95.39111.9897.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 123 (48.44% from 255) = 50.83%
BLUE value IS 67 (26.56% from 255) = 27.69%
R=21.49%
G=50.83%
B=27.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123670.5800.460.52132.6840.5734.31
Hex347B433A02E34852922
Octal6417310372056642055142
Binary11010011110111000011111010010111011010010000101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347B43; }

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

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

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

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

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

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

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

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