#3A793D

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

Shades of Japanese Laurel #3A793D

Tints of Japanese Laurel #3A793D

Color information

#3A793D (or 0x3A793D) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 79 and 3D. RGB value is (58,121,61). Sum of RGB (Red+Green+Blue) = 58+121+61=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #3A793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A793D is #C586C2. Grayscale: #5F5F5F. Windows color (decimal): -12945091 or 4028730. OLE color: 4028730.

HSL color Cylindrical-coordinate representation of color #3A793D: hue angle of 122.86º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A793D is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB5812161-
CMYK0.5200.500.53
HSL122.86º35.2%35.1%-
HSV(B)122.86º52.07%47.45%-
XYZ9.4214.916.8-
YUV95.32108.63101.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 121 (47.66% from 255) = 50.42%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=24.17%
G=50.42%
B=25.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58121610.5200.500.53122.8635.235.1
Hex3A793D34032357b2323
Octal721717564062651734343
Binary111010111100111110111010001100101101011111011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,61); }

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

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

 a { background-color: rgb(58,121,61); }

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

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

 span { border-color: rgb(58,121,61); }

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