#3D733A

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

Shades of Japanese Laurel #3D733A

Tints of Japanese Laurel #3D733A

Color information

#3D733A (or 0x3D733A) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 73 and 3A. RGB value is (61,115,58). Sum of RGB (Red+Green+Blue) = 61+115+58=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #3D733A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D733A is #C28CC5. Grayscale: #5C5C5C. Windows color (decimal): -12750022 or 3830589. OLE color: 3830589.

HSL color Cylindrical-coordinate representation of color #3D733A: hue angle of 116.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D733A is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB6111558-
CMYK0.4700.500.55
HSL116.84º32.95%33.92%-
HSV(B)116.84º49.57%45.1%-
XYZ8.8213.566.16-
YUV92.36108.61105.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.07%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=26.07%
G=49.15%
B=24.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115580.4700.500.55116.8432.9533.92
Hex3D733A2F03237752122
Octal751637257062671654142
Binary111101111001111101010111101100101101111110101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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