#348942

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

Shades of Japanese Laurel #348942

Tints of Japanese Laurel #348942

Color information

#348942 (or 0x348942) is unknown color: approx Japanese Laurel. HEX triplet: 34, 89 and 42. RGB value is (52,137,66). Sum of RGB (Red+Green+Blue) = 52+137+66=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #348942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348942 is #CB76BD. Grayscale: #676767. Windows color (decimal): -13334206 or 4360500. OLE color: 4360500.

HSL color Cylindrical-coordinate representation of color #348942: hue angle of 129.88º 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 #348942 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB5213766-
CMYK0.6200.520.46
HSL129.88º44.97%37.06%-
HSV(B)129.88º62.04%53.73%-
XYZ11.3519.018.23-
YUV103.49106.8491.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 137 (53.91% from 255) = 53.73%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=20.39%
G=53.73%
B=25.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137660.6200.520.46129.8844.9737.06
Hex3489423E0342E822d25
Octal6421110276064562025545
Binary110100100010011000010111110011010010111010000010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348942; }

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

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

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

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

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

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

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

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