#348040

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

Shades of Japanese Laurel #348040

Tints of Japanese Laurel #348040

Color information

#348040 (or 0x348040) is unknown color: approx Japanese Laurel. HEX triplet: 34, 80 and 40. RGB value is (52,128,64). Sum of RGB (Red+Green+Blue) = 52+128+64=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #348040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348040 is #CB7FBF. Grayscale: #626262. Windows color (decimal): -13336512 or 4227124. OLE color: 4227124.

HSL color Cylindrical-coordinate representation of color #348040: hue angle of 129.47º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348040 is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB5212864-
CMYK0.5900.50.50
HSL129.47º42.22%35.29%-
HSV(B)129.47º59.38%50.2%-
XYZ10.0616.547.51-
YUV97.98108.8295.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 128 (50.39% from 255) = 52.46%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=21.31%
G=52.46%
B=26.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128640.5900.50.50129.4742.2235.29
Hex3480403B03232812a23
Octal6420010073062622015243
Binary110100100000001000000111011011001011001010000001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348040; }

 p { color: rgb(52,128,64); }

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

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

 a { background-color: rgb(52,128,64); }

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

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

 span { border-color: rgb(52,128,64); }

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