#348836

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

Shades of Japanese Laurel #348836

Tints of Japanese Laurel #348836

Color information

#348836 (or 0x348836) is unknown color: approx Japanese Laurel. HEX triplet: 34, 88 and 36. RGB value is (52,136,54). Sum of RGB (Red+Green+Blue) = 52+136+54=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #348836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348836 is #CB77C9. Grayscale: #656565. Windows color (decimal): -13334474 or 3573812. OLE color: 3573812.

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

Color convert

RGB5213654-
CMYK0.6200.600.47
HSL121.43º44.68%36.86%-
HSV(B)121.43º61.76%53.33%-
XYZ10.8918.66.51-
YUV101.54101.1792.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 136 (53.52% from 255) = 56.20%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=21.49%
G=56.20%
B=22.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136540.6200.600.47121.4344.6836.86
Hex3488363E03C2F792d25
Octal642106676074571715545
Binary1101001000100011011011111001111001011111111001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348836; }

 p { color: rgb(52,136,54); }

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

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

 a { background-color: rgb(52,136,54); }

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

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

 span { border-color: rgb(52,136,54); }

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