Html Css Color HEX #3A773D Japanese Laurel

📋 copy color: '#3A773D'

red 58 ◦ green 119 ◦ blue 61

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

Shades of Japanese Laurel #3A773D

Tints of Japanese Laurel #3A773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 24.37%
G = 50%
B = 25.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#3A773D (or 0x3A773D) is known color: Japanese Laurel. HEX triplet: 3A, 77 and 3D. RGB value is (58,119,61). Sum of RGB (Red+Green+Blue) = 58+119+61=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #3A773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A773D is #C588C2. Grayscale: #5E5E5E. Windows color (decimal): -12945603 or 4028218. OLE color: 4028218.

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

Color convert

RGB 58 119 61 -
CMYK 0.51 0 0.49 0.53
HSL 122.95º 0.34% 0.35% -
HSV(B) 122.95º 0.51% 0.47% -
XYZ 9.18 14.43 6.72 -
YUV 94.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 58 119 61 0.51 0 0.49 0.53 122.95 0.34 0.35
Hex 3A 77 3D 33 0 31 35 7B 22 23
Octal 72 167 75 63 0 61 65 173 42 43
Binary 111010 1110111 111101 110011 0 110001 110101 1111011 100010 100011

Color Harmonies of #3A773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A773D

Black with #3A773D

Text Example


Text Example

White with #3A773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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