#3F733C

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

Shades of Japanese Laurel #3F733C

Tints of Japanese Laurel #3F733C

Color information

#3F733C (or 0x3F733C) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 73 and 3C. RGB value is (63,115,60). Sum of RGB (Red+Green+Blue) = 63+115+60=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #3F733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F733C is #C08CC3. Grayscale: #5D5D5D. Windows color (decimal): -12618948 or 3961663. OLE color: 3961663.

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

Color convert

RGB6311560-
CMYK0.4500.480.55
HSL116.73º31.43%34.31%-
HSV(B)116.73º47.83%45.1%-
XYZ913.646.43-
YUV93.18109.27106.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=26.47%
G=48.32%
B=25.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115600.4500.480.55116.7331.4334.31
Hex3F733C2D03037751f22
Octal771637455060671653742
Binary11111111100111111001011010110000110111111010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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