#3B843D

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

Shades of Japanese Laurel #3B843D

Tints of Japanese Laurel #3B843D

Color information

#3B843D (or 0x3B843D) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 84 and 3D. RGB value is (59,132,61). Sum of RGB (Red+Green+Blue) = 59+132+61=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #3B843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B843D is #C47BC2. Grayscale: #666666. Windows color (decimal): -12876739 or 4031547. OLE color: 4031547.

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

Color convert

RGB5913261-
CMYK0.5500.540.48
HSL121.64º38.22%37.45%-
HSV(B)121.64º55.3%51.76%-
XYZ10.917.777.27-
YUV102.08104.8297.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=23.41%
G=52.38%
B=24.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59132610.5500.540.48121.6438.2237.45
Hex3B843D37036307a2625
Octal732047567066601724645
Binary1110111000010011110111011101101101100001111010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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