#3D843D

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

Shades of Japanese Laurel #3D843D

Tints of Japanese Laurel #3D843D

Color information

#3D843D (or 0x3D843D) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 84 and 3D. RGB value is (61,132,61). Sum of RGB (Red+Green+Blue) = 61+132+61=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #3D843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D843D is #C27BC2. Grayscale: #666666. Windows color (decimal): -12745667 or 4031549. OLE color: 4031549.

HSL color Cylindrical-coordinate representation of color #3D843D: 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 #3D843D is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB6113261-
CMYK0.5400.540.48
HSL120º36.79%37.84%-
HSV(B)120º53.79%51.76%-
XYZ11.0217.837.28-
YUV102.68104.4898.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 132 (51.95% from 255) = 51.97%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=24.02%
G=51.97%
B=24.02%

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
Decimal61132610.5400.540.4812036.7937.84
Hex3D843D3603630782526
Octal752047566066601704546
Binary1111011000010011110111011001101101100001111000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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