#3B773D

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

Shades of Japanese Laurel #3B773D

Tints of Japanese Laurel #3B773D

Color information

#3B773D (or 0x3B773D) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 77 and 3D. RGB value is (59,119,61). Sum of RGB (Red+Green+Blue) = 59+119+61=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #3B773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B773D is #C488C2. Grayscale: #5E5E5E. Windows color (decimal): -12880067 or 4028219. OLE color: 4028219.

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

Color convert

RGB5911961-
CMYK0.5000.490.53
HSL122º33.71%34.9%-
HSV(B)122º50.42%46.67%-
XYZ9.2414.466.72-
YUV94.45109.12102.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=24.69%
G=49.79%
B=25.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119610.5000.490.5312233.7134.9
Hex3B773D32031357a2223
Octal731677562061651724243
Binary111011111011111110111001001100011101011111010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,119,61); }

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

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

 a { background-color: rgb(59,119,61); }

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

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

 span { border-color: rgb(59,119,61); }

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