#348943

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

Shades of Japanese Laurel #348943

Tints of Japanese Laurel #348943

Color information

#348943 (or 0x348943) is unknown color: approx Japanese Laurel. HEX triplet: 34, 89 and 43. RGB value is (52,137,67). Sum of RGB (Red+Green+Blue) = 52+137+67=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #348943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348943 is #CB76BC. Grayscale: #676767. Windows color (decimal): -13334205 or 4426036. OLE color: 4426036.

HSL color Cylindrical-coordinate representation of color #348943: hue angle of 130.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348943 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB5213767-
CMYK0.6200.510.46
HSL130.59º44.97%37.06%-
HSV(B)130.59º62.04%53.73%-
XYZ11.3719.038.38-
YUV103.6107.3491.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 137 (53.91% from 255) = 53.52%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=20.31%
G=53.52%
B=26.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137670.6200.510.46130.5944.9737.06
Hex3489433E0332E832d25
Octal6421110376063562035545
Binary110100100010011000011111110011001110111010000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348943; }

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

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

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

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

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

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

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

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