#3D7D3E

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

Shades of Japanese Laurel #3D7D3E

Tints of Japanese Laurel #3D7D3E

Color information

#3D7D3E (or 0x3D7D3E) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 7D and 3E. RGB value is (61,125,62). Sum of RGB (Red+Green+Blue) = 61+125+62=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #3D7D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7D3E is #C282C1. Grayscale: #626262. Windows color (decimal): -12747458 or 4095293. OLE color: 4095293.

HSL color Cylindrical-coordinate representation of color #3D7D3E: hue angle of 120.94º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D7D3E is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB6112562-
CMYK0.5100.500.51
HSL120.94º34.41%36.47%-
HSV(B)120.94º51.2%49.02%-
XYZ10.1316.017.11-
YUV98.68107.3101.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 125 (49.22% from 255) = 50.40%
BLUE value IS 62 (24.61% from 255) = 25%
R=24.60%
G=50.40%
B=25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61125620.5100.500.51120.9434.4136.47
Hex3D7D3E3303233792224
Octal751757663062631714244
Binary111101111110111111011001101100101100111111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,125,62); }

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

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

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

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

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

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

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