#3a843a

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

Shades of Japanese Laurel #3A843A

Tints of Japanese Laurel #3A843A

Color information

#3A843A (or 0x3A843A) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 84 and 3A. RGB value is (58,132,58). Sum of RGB (Red+Green+Blue) = 58+132+58=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #3A843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A843A is #C57BC5. Grayscale: #656565. Windows color (decimal): -12942278 or 3834938. OLE color: 3834938.

HSL color Cylindrical-coordinate representation of color #3A843A: hue angle of 120º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A843A is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB5813258-
CMYK0.5600.560.48
HSL120º38.95%37.25%-
HSV(B)120º56.06%51.76%-
XYZ10.7617.716.85-
YUV101.44103.4897.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.39%
GREEN value IS 132 (51.95% from 255) = 53.23%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=23.39%
G=53.23%
B=23.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58132580.5600.560.4812038.9537.25
Hex3A843A3803830782725
Octal722047270070601704745
Binary1110101000010011101011100001110001100001111000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a843a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,132,58); }

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

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

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

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

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

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

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