Html Css Color HEX #3A773A Japanese Laurel

📋 copy color: '#3A773A'

red 58 ◦ green 119 ◦ blue 58

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

Shades of Japanese Laurel #3A773A

Tints of Japanese Laurel #3A773A

RGB

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

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

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

R = 24.68%
G = 50.64%
B = 24.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#3A773A (or 0x3A773A) is known color: Japanese Laurel. HEX triplet: 3A, 77 and 3A. RGB value is (58,119,58). Sum of RGB (Red+Green+Blue) = 58+119+58=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #3A773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A773A is #C588C5. Grayscale: #5D5D5D. Windows color (decimal): -12945606 or 3831610. OLE color: 3831610.

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

Color convert

RGB 58 119 58 -
CMYK 0.51 0 0.51 0.53
HSL 120º 0.34% 0.35% -
HSV(B) 120º 0.51% 0.47% -
XYZ 9.11 14.4 6.3 -
YUV 93.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 58 119 58 0.51 0 0.51 0.53 120 0.34 0.35
Hex 3A 77 3A 33 0 33 35 78 22 23
Octal 72 167 72 63 0 63 65 170 42 43
Binary 111010 1110111 111010 110011 0 110011 110101 1111000 100010 100011

Color Harmonies of #3A773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A773A

Black with #3A773A

Text Example


Text Example

White with #3A773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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