#3D853D

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

Shades of Japanese Laurel #3D853D

Tints of Japanese Laurel #3D853D

Color information

#3D853D (or 0x3D853D) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 85 and 3D. RGB value is (61,133,61). Sum of RGB (Red+Green+Blue) = 61+133+61=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #3D853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D853D is #C27AC2. Grayscale: #676767. Windows color (decimal): -12745411 or 4031805. OLE color: 4031805.

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

Color convert

RGB6113361-
CMYK0.5400.540.48
HSL120º37.11%38.04%-
HSV(B)120º54.14%52.16%-
XYZ11.1518.17.32-
YUV103.26104.1597.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=23.92%
G=52.16%
B=23.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61133610.5400.540.4812037.1138.04
Hex3D853D3603630782526
Octal752057566066601704546
Binary1111011000010111110111011001101101100001111000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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