#3D7836

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

Shades of Japanese Laurel #3D7836

Tints of Japanese Laurel #3D7836

Color information

#3D7836 (or 0x3D7836) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 78 and 36. RGB value is (61,120,54). Sum of RGB (Red+Green+Blue) = 61+120+54=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7836 is #C287C9. Grayscale: #5F5F5F. Windows color (decimal): -12748746 or 3569725. OLE color: 3569725.

HSL color Cylindrical-coordinate representation of color #3D7836: hue angle of 113.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D7836 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB6112054-
CMYK0.4900.550.53
HSL113.64º37.93%34.12%-
HSV(B)113.64º55%47.06%-
XYZ9.3114.695.84-
YUV94.84104.95103.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=25.96%
G=51.06%
B=22.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61120540.4900.550.53113.6437.9334.12
Hex3D78363103735722622
Octal751706661067651624642
Binary111101111100011011011000101101111101011110010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,120,54); }

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

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

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

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

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

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

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