#34832E

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

Shades of Japanese Laurel #34832E

Tints of Japanese Laurel #34832E

Color information

#34832E (or 0x34832E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 83 and 2E. RGB value is (52,131,46). Sum of RGB (Red+Green+Blue) = 52+131+46=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #34832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34832E is #CB7CD1. Grayscale: #616161. Windows color (decimal): -13335762 or 3048244. OLE color: 3048244.

HSL color Cylindrical-coordinate representation of color #34832E: hue angle of 115.76º 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 #34832E is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB5213146-
CMYK0.6000.650.49
HSL115.76º48.02%34.71%-
HSV(B)115.76º64.89%51.37%-
XYZ10.0317.165.37-
YUV97.6998.8395.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=22.71%
G=57.21%
B=20.09%

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
Decimal52131460.6000.650.49115.7648.0234.71
Hex34832E3C04131743023
Octal6420356740101611646043
Binary11010010000011101110111100010000011100011110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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