#34843E

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

Shades of Japanese Laurel #34843E

Tints of Japanese Laurel #34843E

Color information

#34843E (or 0x34843E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 84 and 3E. RGB value is (52,132,62). Sum of RGB (Red+Green+Blue) = 52+132+62=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #34843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34843E is #CB7BC1. Grayscale: #646464. Windows color (decimal): -13335490 or 4097076. OLE color: 4097076.

HSL color Cylindrical-coordinate representation of color #34843E: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34843E is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB5213262-
CMYK0.6100.530.48
HSL127.5º43.48%36.08%-
HSV(B)127.5º60.61%51.76%-
XYZ10.5417.587.4-
YUV100.1106.593.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 132 (51.95% from 255) = 53.66%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=21.14%
G=53.66%
B=25.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132620.6100.530.48127.543.4836.08
Hex34843E3D03530802b24
Octal642047675065602005344
Binary11010010000100111110111101011010111000010000000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,132,62); }

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

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

 a { background-color: rgb(52,132,62); }

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

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

 span { border-color: rgb(52,132,62); }

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