Html Css Color HEX #3F803A Japanese Laurel

📋 copy color: '#3F803A'

red 63 ◦ green 128 ◦ blue 58

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

Shades of Japanese Laurel #3F803A

Tints of Japanese Laurel #3F803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 25.3%
G = 51.41%
B = 23.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#3F803A (or 0x3F803A) is known color: Japanese Laurel. HEX triplet: 3F, 80 and 3A. RGB value is (63,128,58). Sum of RGB (Red+Green+Blue) = 63+128+58=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #3F803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F803A is #C07FC5. Grayscale: #646464. Windows color (decimal): -12615622 or 3833919. OLE color: 3833919.

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

Color convert

RGB 63 128 58 -
CMYK 0.51 0 0.55 0.50
HSL 115.71º 0.38% 0.36% -
HSV(B) 115.71º 0.55% 0.5% -
XYZ 10.53 16.8 6.69 -
YUV 100.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 63 128 58 0.51 0 0.55 0.50 115.71 0.38 0.36
Hex 3F 80 3A 33 0 37 32 74 26 24
Octal 77 200 72 63 0 67 62 164 46 44
Binary 111111 10000000 111010 110011 0 110111 110010 1110100 100110 100100

Color Harmonies of #3F803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F803A

Black with #3F803A

Text Example


Text Example

White with #3F803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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