#3D7B3D

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

Shades of Japanese Laurel #3D7B3D

Tints of Japanese Laurel #3D7B3D

Color information

#3D7B3D (or 0x3D7B3D) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 7B and 3D. RGB value is (61,123,61). Sum of RGB (Red+Green+Blue) = 61+123+61=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7B3D is #C284C2. Grayscale: #616161. Windows color (decimal): -12747971 or 4029245. OLE color: 4029245.

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

Color convert

RGB6112361-
CMYK0.5000.500.52
HSL120º33.7%36.08%-
HSV(B)120º50.41%48.24%-
XYZ9.8515.496.89-
YUV97.39107.46102.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 123 (48.44% from 255) = 50.20%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=24.90%
G=50.20%
B=24.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61123610.5000.500.5212033.736.08
Hex3D7B3D3203234782224
Octal751737562062641704244
Binary111101111101111110111001001100101101001111000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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