#34863D

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

Shades of Japanese Laurel #34863D

Tints of Japanese Laurel #34863D

Color information

#34863D (or 0x34863D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 86 and 3D. RGB value is (52,134,61). Sum of RGB (Red+Green+Blue) = 52+134+61=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #34863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34863D is #CB79C2. Grayscale: #656565. Windows color (decimal): -13334979 or 4032052. OLE color: 4032052.

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

Color convert

RGB5213461-
CMYK0.6100.540.47
HSL126.59º44.09%36.47%-
HSV(B)126.59º61.19%52.55%-
XYZ10.7818.127.34-
YUV101.16105.3392.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 134 (52.73% from 255) = 54.25%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=21.05%
G=54.25%
B=24.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52134610.6100.540.47126.5944.0936.47
Hex34863D3D0362F7f2c24
Octal642067575066571775444
Binary1101001000011011110111110101101101011111111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34863D; }

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

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

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

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

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

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

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

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