#3F733D

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

Shades of Japanese Laurel #3F733D

Tints of Japanese Laurel #3F733D

Color information

#3F733D (or 0x3F733D) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 73 and 3D. RGB value is (63,115,61). Sum of RGB (Red+Green+Blue) = 63+115+61=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #3F733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F733D is #C08CC2. Grayscale: #5D5D5D. Windows color (decimal): -12618947 or 4027199. OLE color: 4027199.

HSL color Cylindrical-coordinate representation of color #3F733D: hue angle of 117.78º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F733D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB6311561-
CMYK0.4500.470.55
HSL117.78º30.68%34.51%-
HSV(B)117.78º46.96%45.1%-
XYZ9.0213.666.58-
YUV93.3109.77106.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=26.36%
G=48.12%
B=25.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115610.4500.470.55117.7830.6834.51
Hex3F733D2D02F37761f23
Octal771637555057671663743
Binary11111111100111111011011010101111110111111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,61); }

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

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

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

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

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

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

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