#3F843C

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

Shades of Japanese Laurel #3F843C

Tints of Japanese Laurel #3F843C

Color information

#3F843C (or 0x3F843C) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 84 and 3C. RGB value is (63,132,60). Sum of RGB (Red+Green+Blue) = 63+132+60=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #3F843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F843C is #C07BC3. Grayscale: #676767. Windows color (decimal): -12614596 or 3966015. OLE color: 3966015.

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

Color convert

RGB6313260-
CMYK0.5200.550.48
HSL117.5º37.5%37.65%-
HSV(B)117.5º54.55%51.76%-
XYZ11.1217.897.14-
YUV103.16103.6499.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=24.71%
G=51.76%
B=23.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63132600.5200.550.48117.537.537.65
Hex3F843C3403730762626
Octal772047464067601664646
Binary1111111000010011110011010001101111100001110110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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