#3D7B37

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

Shades of Japanese Laurel #3D7B37

Tints of Japanese Laurel #3D7B37

Color information

#3D7B37 (or 0x3D7B37) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 7B and 37. RGB value is (61,123,55). Sum of RGB (Red+Green+Blue) = 61+123+55=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7B37 is #C284C8. Grayscale: #606060. Windows color (decimal): -12747977 or 3636029. OLE color: 3636029.

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

Color convert

RGB6112355-
CMYK0.5000.550.52
HSL114.71º38.2%34.9%-
HSV(B)114.71º55.28%48.24%-
XYZ9.715.436.08-
YUV96.71104.46102.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.52%
GREEN value IS 123 (48.44% from 255) = 51.46%
BLUE value IS 55 (21.88% from 255) = 23.01%
R=25.52%
G=51.46%
B=23.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61123550.5000.550.52114.7138.234.9
Hex3D7B373203734732623
Octal751736762067641634643
Binary111101111101111011111001001101111101001110011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,123,55); }

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

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

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

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

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

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

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