#3F7938

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

Shades of Japanese Laurel #3F7938

Tints of Japanese Laurel #3F7938

Color information

#3F7938 (or 0x3F7938) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 79 and 38. RGB value is (63,121,56). Sum of RGB (Red+Green+Blue) = 63+121+56=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7938 is #C086C7. Grayscale: #606060. Windows color (decimal): -12617416 or 3701055. OLE color: 3701055.

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

Color convert

RGB6312156-
CMYK0.4800.540.53
HSL113.54º36.72%34.71%-
HSV(B)113.54º53.72%47.45%-
XYZ9.615.026.13-
YUV96.25105.28104.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 121 (47.66% from 255) = 50.42%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=26.25%
G=50.42%
B=23.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63121560.4800.540.53113.5436.7234.71
Hex3F79383003635722523
Octal771717060066651624543
Binary111111111100111100011000001101101101011110010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,121,56); }

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

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

 a { background-color: rgb(63,121,56); }

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

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

 span { border-color: rgb(63,121,56); }

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