#3B853D

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

Shades of Japanese Laurel #3B853D

Tints of Japanese Laurel #3B853D

Color information

#3B853D (or 0x3B853D) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 85 and 3D. RGB value is (59,133,61). Sum of RGB (Red+Green+Blue) = 59+133+61=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #3B853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B853D is #C47AC2. Grayscale: #666666. Windows color (decimal): -12876483 or 4031803. OLE color: 4031803.

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

Color convert

RGB5913361-
CMYK0.5600.540.48
HSL121.62º38.54%37.65%-
HSV(B)121.62º55.64%52.16%-
XYZ11.0318.047.32-
YUV102.67104.4896.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=23.32%
G=52.57%
B=24.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59133610.5600.540.48121.6238.5437.65
Hex3B853D38036307a2726
Octal732057570066601724746
Binary1110111000010111110111100001101101100001111010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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