#3D803A

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

Shades of Japanese Laurel #3D803A

Tints of Japanese Laurel #3D803A

Color information

#3D803A (or 0x3D803A) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 80 and 3A. RGB value is (61,128,58). Sum of RGB (Red+Green+Blue) = 61+128+58=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #3D803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D803A is #C27FC5. Grayscale: #646464. Windows color (decimal): -12746694 or 3833917. OLE color: 3833917.

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

Color convert

RGB6112858-
CMYK0.5200.550.50
HSL117.43º37.63%36.47%-
HSV(B)117.43º54.69%50.2%-
XYZ10.4116.746.68-
YUV99.99104.3100.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=24.70%
G=51.82%
B=23.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61128580.5200.550.50117.4337.6336.47
Hex3D803A3403732752624
Octal752007264067621654644
Binary1111011000000011101011010001101111100101110101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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