#34822E

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

Shades of Japanese Laurel #34822E

Tints of Japanese Laurel #34822E

Color information

#34822E (or 0x34822E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 82 and 2E. RGB value is (52,130,46). Sum of RGB (Red+Green+Blue) = 52+130+46=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #34822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34822E is #CB7DD1. Grayscale: #616161. Windows color (decimal): -13336018 or 3047988. OLE color: 3047988.

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

Color convert

RGB5213046-
CMYK0.6000.650.49
HSL115.71º47.73%34.51%-
HSV(B)115.71º64.62%50.98%-
XYZ9.8916.895.32-
YUV97.199.1695.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=22.81%
G=57.02%
B=20.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130460.6000.650.49115.7147.7334.51
Hex34822E3C04131743023
Octal6420256740101611646043
Binary11010010000010101110111100010000011100011110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34822E; }

 p { color: rgb(52,130,46); }

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

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

 a { background-color: rgb(52,130,46); }

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

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

 span { border-color: rgb(52,130,46); }

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