#348633

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

Shades of Japanese Laurel #348633

Tints of Japanese Laurel #348633

Color information

#348633 (or 0x348633) is unknown color: approx Japanese Laurel. HEX triplet: 34, 86 and 33. RGB value is (52,134,51). Sum of RGB (Red+Green+Blue) = 52+134+51=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #348633 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348633 is #CB79CC. Grayscale: #646464. Windows color (decimal): -13334989 or 3376692. OLE color: 3376692.

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

Color convert

RGB5213451-
CMYK0.6100.620.47
HSL119.28º44.86%36.27%-
HSV(B)119.28º61.94%52.55%-
XYZ10.5418.026.05-
YUV100.02100.3393.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=21.94%
G=56.54%
B=21.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52134510.6100.620.47119.2844.8636.27
Hex3486333D03E2F772d24
Octal642066375076571675544
Binary1101001000011011001111110101111101011111110111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348633; }

 p { color: rgb(52,134,51); }

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

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

 a { background-color: rgb(52,134,51); }

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

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

 span { border-color: rgb(52,134,51); }

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