Html Css Color HEX #3A773F Japanese Laurel

📋 copy color: '#3A773F'

red 58 ◦ green 119 ◦ blue 63

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

Shades of Japanese Laurel #3A773F

Tints of Japanese Laurel #3A773F

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3A773F: hue angle of 124.92º 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 #3A773F is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 63 -
CMYK 0.51 0 0.47 0.53
HSL 124.92º 0.34% 0.35% -
HSV(B) 124.92º 0.51% 0.47% -
XYZ 9.24 14.45 7.01 -
YUV 94.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 58 119 63 0.51 0 0.47 0.53 124.92 0.34 0.35
Hex 3A 77 3F 33 0 2F 35 7D 22 23
Octal 72 167 77 63 0 57 65 175 42 43
Binary 111010 1110111 111111 110011 0 101111 110101 1111101 100010 100011

Color Harmonies of #3A773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A773F

Black with #3A773F

Text Example


Text Example

White with #3A773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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