#3D803C

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

Shades of Japanese Laurel #3D803C

Tints of Japanese Laurel #3D803C

Color information

#3D803C (or 0x3D803C) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 80 and 3C. RGB value is (61,128,60). Sum of RGB (Red+Green+Blue) = 61+128+60=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #3D803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D803C is #C27FC3. Grayscale: #646464. Windows color (decimal): -12746692 or 3964989. OLE color: 3964989.

HSL color Cylindrical-coordinate representation of color #3D803C: hue angle of 119.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D803C is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB6112860-
CMYK0.5200.530.50
HSL119.12º36.17%36.86%-
HSV(B)119.12º53.12%50.2%-
XYZ10.4616.766.96-
YUV100.22105.3100.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=24.50%
G=51.41%
B=24.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61128600.5200.530.50119.1236.1736.86
Hex3D803C3403532772425
Octal752007464065621674445
Binary1111011000000011110011010001101011100101110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,128,60); }

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

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

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

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

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

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

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