#3A723E

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

Shades of Japanese Laurel #3A723E

Tints of Japanese Laurel #3A723E

Color information

#3A723E (or 0x3A723E) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 72 and 3E. RGB value is (58,114,62). Sum of RGB (Red+Green+Blue) = 58+114+62=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #3A723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A723E is #C58DC1. Grayscale: #5B5B5B. Windows color (decimal): -12946882 or 4092474. OLE color: 4092474.

HSL color Cylindrical-coordinate representation of color #3A723E: hue angle of 124.29º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A723E is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB5811462-
CMYK0.4900.460.55
HSL124.29º32.56%33.73%-
HSV(B)124.29º49.12%44.71%-
XYZ8.6313.286.67-
YUV91.33111.45104.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=24.79%
G=48.72%
B=26.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114620.4900.460.55124.2932.5633.73
Hex3A723E3102E377c2122
Octal721627661056671744142
Binary111010111001011111011000101011101101111111100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A723E; }

 p { color: rgb(58,114,62); }

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

<style>
 a { background-color: #3A723E; }

 a { background-color: rgb(58,114,62); }

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

<style>
 span { border-color: #3A723E; }

 span { border-color: rgb(58,114,62); }

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