#3D7E3C

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

Shades of Japanese Laurel #3D7E3C

Tints of Japanese Laurel #3D7E3C

Color information

#3D7E3C (or 0x3D7E3C) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 7E and 3C. RGB value is (61,126,60). Sum of RGB (Red+Green+Blue) = 61+126+60=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #3D7E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7E3C is #C281C3. Grayscale: #636363. Windows color (decimal): -12747204 or 3964477. OLE color: 3964477.

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

Color convert

RGB6112660-
CMYK0.5200.520.51
HSL119.09º35.48%36.47%-
HSV(B)119.09º52.38%49.41%-
XYZ10.216.246.87-
YUV99.04105.97100.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 126 (49.61% from 255) = 51.01%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=24.70%
G=51.01%
B=24.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61126600.5200.520.51119.0935.4836.47
Hex3D7E3C3403433772324
Octal751767464064631674344
Binary111101111111011110011010001101001100111110111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,126,60); }

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

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

 a { background-color: rgb(61,126,60); }

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

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

 span { border-color: rgb(61,126,60); }

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