#3D733F

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

Shades of Japanese Laurel #3D733F

Tints of Japanese Laurel #3D733F

Color information

#3D733F (or 0x3D733F) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 73 and 3F. RGB value is (61,115,63). Sum of RGB (Red+Green+Blue) = 61+115+63=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #3D733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D733F is #C28CC0. Grayscale: #5D5D5D. Windows color (decimal): -12750017 or 4158269. OLE color: 4158269.

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

Color convert

RGB6111563-
CMYK0.4700.450.55
HSL122.22º30.68%34.51%-
HSV(B)122.22º46.96%45.1%-
XYZ8.9513.616.86-
YUV92.93111.11105.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.52%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 63 (25% from 255) = 26.36%
R=25.52%
G=48.12%
B=26.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115630.4700.450.55122.2230.6834.51
Hex3D733F2F02D377a1f23
Octal751637757055671723743
Binary11110111100111111111011110101101110111111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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