#3B883D

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

Shades of Japanese Laurel #3B883D

Tints of Japanese Laurel #3B883D

Color information

#3B883D (or 0x3B883D) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 88 and 3D. RGB value is (59,136,61). Sum of RGB (Red+Green+Blue) = 59+136+61=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #3B883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B883D is #C477C2. Grayscale: #686868. Windows color (decimal): -12875715 or 4032571. OLE color: 4032571.

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

Color convert

RGB5913661-
CMYK0.5700.550.47
HSL121.56º39.49%38.24%-
HSV(B)121.56º56.62%53.33%-
XYZ11.4518.887.45-
YUV104.43103.4995.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=23.05%
G=53.12%
B=23.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59136610.5700.550.47121.5639.4938.24
Hex3B883D390372F7a2726
Octal732107571067571724746
Binary1110111000100011110111100101101111011111111010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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