#34722A

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

Shades of Japanese Laurel #34722A

Tints of Japanese Laurel #34722A

Color information

#34722A (or 0x34722A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 72 and 2A. RGB value is (52,114,42). Sum of RGB (Red+Green+Blue) = 52+114+42=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #34722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34722A is #CB8DD5. Grayscale: #575757. Windows color (decimal): -13340118 or 2781748. OLE color: 2781748.

HSL color Cylindrical-coordinate representation of color #34722A: hue angle of 111.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34722A is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB5211442-
CMYK0.5400.630.55
HSL111.67º46.15%30.59%-
HSV(B)111.67º63.16%44.71%-
XYZ7.8512.934.27-
YUV87.25102.46102.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=25%
G=54.81%
B=20.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114420.5400.630.55111.6746.1530.59
Hex34722A3603F37702e1f
Octal641625266077671605637
Binary11010011100101010101101100111111110111111000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34722A; }

 p { color: rgb(52,114,42); }

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

<style>
 a { background-color: #34722A; }

 a { background-color: rgb(52,114,42); }

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

<style>
 span { border-color: #34722A; }

 span { border-color: rgb(52,114,42); }

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