#3D793B

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

Shades of Japanese Laurel #3D793B

Tints of Japanese Laurel #3D793B

Color information

#3D793B (or 0x3D793B) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 79 and 3B. RGB value is (61,121,59). Sum of RGB (Red+Green+Blue) = 61+121+59=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #3D793B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D793B is #C286C4. Grayscale: #606060. Windows color (decimal): -12748485 or 3897661. OLE color: 3897661.

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

Color convert

RGB6112159-
CMYK0.5000.510.53
HSL118.06º34.44%35.29%-
HSV(B)118.06º51.24%47.45%-
XYZ9.5514.986.53-
YUV95.99107.12103.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=25.31%
G=50.21%
B=24.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61121590.5000.510.53118.0634.4435.29
Hex3D793B3203335762223
Octal751717362063651664243
Binary111101111100111101111001001100111101011110110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,59); }

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

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

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

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

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

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

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