#3B873F

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

Shades of Japanese Laurel #3B873F

Tints of Japanese Laurel #3B873F

Color information

#3B873F (or 0x3B873F) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 87 and 3F. RGB value is (59,135,63). Sum of RGB (Red+Green+Blue) = 59+135+63=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #3B873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B873F is #C478C0. Grayscale: #686868. Windows color (decimal): -12875969 or 4163387. OLE color: 4163387.

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

Color convert

RGB5913563-
CMYK0.5600.530.47
HSL123.16º39.18%38.04%-
HSV(B)123.16º56.3%52.94%-
XYZ11.3618.627.7-
YUV104.07104.8295.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 63 (25% from 255) = 24.51%
R=22.96%
G=52.53%
B=24.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59135630.5600.530.47123.1639.1838.04
Hex3B873F380352F7b2726
Octal732077770065571734746
Binary1110111000011111111111100001101011011111111011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,135,63); }

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

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

 a { background-color: rgb(59,135,63); }

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

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

 span { border-color: rgb(59,135,63); }

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