#3F883D

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

Shades of Japanese Laurel #3F883D

Tints of Japanese Laurel #3F883D

Color information

#3F883D (or 0x3F883D) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 88 and 3D. RGB value is (63,136,61). Sum of RGB (Red+Green+Blue) = 63+136+61=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #3F883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F883D is #C077C2. Grayscale: #696969. Windows color (decimal): -12613571 or 4032575. OLE color: 4032575.

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

Color convert

RGB6313661-
CMYK0.5400.550.47
HSL118.4º38.07%38.63%-
HSV(B)118.4º55.15%53.33%-
XYZ11.7197.47-
YUV105.62102.8297.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.23%
GREEN value IS 136 (53.52% from 255) = 52.31%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=24.23%
G=52.31%
B=23.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63136610.5400.550.47118.438.0738.63
Hex3F883D360372F762627
Octal772107566067571664647
Binary1111111000100011110111011001101111011111110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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