#348142

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

Shades of Japanese Laurel #348142

Tints of Japanese Laurel #348142

Color information

#348142 (or 0x348142) is unknown color: approx Japanese Laurel. HEX triplet: 34, 81 and 42. RGB value is (52,129,66). Sum of RGB (Red+Green+Blue) = 52+129+66=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #348142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348142 is #CB7EBD. Grayscale: #626262. Windows color (decimal): -13336254 or 4358452. OLE color: 4358452.

HSL color Cylindrical-coordinate representation of color #348142: hue angle of 130.91º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348142 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB5212966-
CMYK0.6000.490.49
HSL130.91º42.54%35.49%-
HSV(B)130.91º59.69%50.59%-
XYZ10.2516.827.86-
YUV98.8109.4994.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=21.05%
G=52.23%
B=26.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52129660.6000.490.49130.9142.5435.49
Hex3481423C03131832b23
Octal6420110274061612035343
Binary110100100000011000010111100011000111000110000011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348142; }

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

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

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

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

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

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

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

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