Html Css Color HEX #3F803F Japanese Laurel

📋 copy color: '#3F803F'

red 63 ◦ green 128 ◦ blue 63

#3F803F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #3F803F

Tints of Japanese Laurel #3F803F

RGB

 RED value IS 63 (25% from 255) = 24.8%

 GREEN value IS 128 (50.39% from 255) = 50.39%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 24.8%
G = 50.39%
B = 24.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#3F803F (or 0x3F803F) is known color: Japanese Laurel. HEX triplet: 3F, 80 and 3F. RGB value is (63,128,63). Sum of RGB (Red+Green+Blue) = 63+128+63=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #3F803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F803F is #C07FC0. Grayscale: #656565. Windows color (decimal): -12615617 or 4161599. OLE color: 4161599.

HSL color Cylindrical-coordinate representation of color #3F803F: hue angle of 120º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F803F is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 128 63 -
CMYK 0.51 0 0.51 0.50
HSL 120º 0.34% 0.37% -
HSV(B) 120º 0.51% 0.5% -
XYZ 10.67 16.85 7.39 -
YUV 101.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 63 128 63 0.51 0 0.51 0.50 120 0.34 0.37
Hex 3F 80 3F 33 0 33 32 78 22 25
Octal 77 200 77 63 0 63 62 170 42 45
Binary 111111 10000000 111111 110011 0 110011 110010 1111000 100010 100101

Color Harmonies of #3F803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F803F

Black with #3F803F

Text Example


Text Example

White with #3F803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,128,63); }

 H1.HeaderClassName
 {
   color: #3F803F;
 }
 .AnyTagClassName
 {
   color: #3F803F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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