#3F823A

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

Shades of Japanese Laurel #3F823A

Tints of Japanese Laurel #3F823A

Color information

#3F823A (or 0x3F823A) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 82 and 3A. RGB value is (63,130,58). Sum of RGB (Red+Green+Blue) = 63+130+58=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #3F823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F823A is #C07DC5. Grayscale: #656565. Windows color (decimal): -12615110 or 3834431. OLE color: 3834431.

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

Color convert

RGB6313058-
CMYK0.5200.550.49
HSL115.83º38.3%36.86%-
HSV(B)115.83º55.38%50.98%-
XYZ10.817.336.78-
YUV101.76103.3100.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.10%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=25.10%
G=51.79%
B=23.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63130580.5200.550.49115.8338.336.86
Hex3F823A3403731742625
Octal772027264067611644645
Binary1111111000001011101011010001101111100011110100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,130,58); }

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

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

 a { background-color: rgb(63,130,58); }

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

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

 span { border-color: rgb(63,130,58); }

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