#3a843b

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

Shades of Japanese Laurel #3A843B

Tints of Japanese Laurel #3A843B

Color information

#3A843B (or 0x3A843B) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 84 and 3B. RGB value is (58,132,59). Sum of RGB (Red+Green+Blue) = 58+132+59=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #3A843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A843B is #C57BC4. Grayscale: #656565. Windows color (decimal): -12942277 or 3900474. OLE color: 3900474.

HSL color Cylindrical-coordinate representation of color #3A843B: hue angle of 120.81º 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 #3A843B is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB5813259-
CMYK0.5600.550.48
HSL120.81º38.95%37.25%-
HSV(B)120.81º56.06%51.76%-
XYZ10.7917.726.99-
YUV101.55103.9896.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=23.29%
G=53.01%
B=23.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58132590.5600.550.48120.8138.9537.25
Hex3A843B3803730792725
Octal722047370067601714745
Binary1110101000010011101111100001101111100001111001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a843b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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