#34862E

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

Shades of Japanese Laurel #34862E

Tints of Japanese Laurel #34862E

Color information

#34862E (or 0x34862E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 86 and 2E. RGB value is (52,134,46). Sum of RGB (Red+Green+Blue) = 52+134+46=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #34862E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34862E is #CB79D1. Grayscale: #636363. Windows color (decimal): -13334994 or 3049012. OLE color: 3049012.

HSL color Cylindrical-coordinate representation of color #34862E: hue angle of 115.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34862E is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB5213446-
CMYK0.6100.660.47
HSL115.91º48.89%35.29%-
HSV(B)115.91º65.67%52.55%-
XYZ10.4317.985.5-
YUV99.4597.8394.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=22.41%
G=57.76%
B=19.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52134460.6100.660.47115.9148.8935.29
Hex34862E3D0422F743123
Octal6420656750102571646143
Binary11010010000110101110111101010000101011111110100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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