Html Css Color HEX #3C773A Japanese Laurel

📋 copy color: '#3C773A'

red 60 ◦ green 119 ◦ blue 58

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

Shades of Japanese Laurel #3C773A

Tints of Japanese Laurel #3C773A

RGB

 RED value IS 60 (23.83% from 255) = 25.32%

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

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

R = 25.32%
G = 50.21%
B = 24.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#3C773A (or 0x3C773A) is known color: Japanese Laurel. HEX triplet: 3C, 77 and 3A. RGB value is (60,119,58). Sum of RGB (Red+Green+Blue) = 60+119+58=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #3C773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C773A is #C388C5. Grayscale: #5E5E5E. Windows color (decimal): -12814534 or 3831612. OLE color: 3831612.

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

Color convert

RGB 60 119 58 -
CMYK 0.50 0 0.51 0.53
HSL 118.03º 0.34% 0.35% -
HSV(B) 118.03º 0.51% 0.47% -
XYZ 9.22 14.46 6.31 -
YUV 94.41 107.45 103.46 -
System Red Green Blue C M Y K H S L
Decimal 60 119 58 0.50 0 0.51 0.53 118.03 0.34 0.35
Hex 3C 77 3A 32 0 33 35 76 22 23
Octal 74 167 72 62 0 63 65 166 42 43
Binary 111100 1110111 111010 110010 0 110011 110101 1110110 100010 100011

Color Harmonies of #3C773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C773A

Black with #3C773A

Text Example


Text Example

White with #3C773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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