Html Css Color HEX #3F773A Japanese Laurel

📋 copy color: '#3F773A'

red 63 ◦ green 119 ◦ blue 58

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

Shades of Japanese Laurel #3F773A

Tints of Japanese Laurel #3F773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

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

R = 26.25%
G = 49.58%
B = 24.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#3F773A (or 0x3F773A) is known color: Japanese Laurel. HEX triplet: 3F, 77 and 3A. RGB value is (63,119,58). Sum of RGB (Red+Green+Blue) = 63+119+58=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #3F773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F773A is #C088C5. Grayscale: #5F5F5F. Windows color (decimal): -12617926 or 3831615. OLE color: 3831615.

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

Color convert

RGB 63 119 58 -
CMYK 0.47 0 0.51 0.53
HSL 115.08º 0.34% 0.35% -
HSV(B) 115.08º 0.51% 0.47% -
XYZ 9.41 14.56 6.32 -
YUV 95.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 63 119 58 0.47 0 0.51 0.53 115.08 0.34 0.35
Hex 3F 77 3A 2F 0 33 35 73 22 23
Octal 77 167 72 57 0 63 65 163 42 43
Binary 111111 1110111 111010 101111 0 110011 110101 1110011 100010 100011

Color Harmonies of #3F773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F773A

Black with #3F773A

Text Example


Text Example

White with #3F773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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